- Fix typos
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@409 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
e2211907f5
commit
cd9b1b1892
|
@ -18,7 +18,7 @@ class Policy:
|
|||
# For example, it may make the return value of is_preemptive configurable,
|
||||
# or register an integer value for a the time slice duration.
|
||||
#
|
||||
# @warning How do the user access get_parameters()?
|
||||
# @warning How do the user accesses get_parameters()?
|
||||
#
|
||||
# Should be implemented with signature:
|
||||
# @code
|
||||
|
@ -49,7 +49,7 @@ class Policy:
|
|||
# notably get_item_at(position),
|
||||
# swap(positionA, positionB) and size().
|
||||
#
|
||||
# @see Policy.sort()
|
||||
# @see Policy::Policy::sort()
|
||||
sort_queue = AbstractMethod('sort_queue')
|
||||
|
||||
## @brief Returns whether the policy wants to be preemptive,
|
||||
|
|
Loading…
Reference in New Issue