]> git.sur5r.net Git - cc65/blobdiff - src/common/coll.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / coll.h
index 5114862c47e21acc1137b66ed5ad51c08cb9e175..99e337d7a4e8ffc3853907779784aacd032e14b4 100644 (file)
@@ -268,9 +268,9 @@ void CollReplaceExpand (Collection* C, void* Item, unsigned Index);
 
 void CollMove (Collection* C, unsigned OldIndex, unsigned NewIndex);
 /* Move an item from one position in the collection to another. OldIndex
-** is the current position of the item, NewIndex is the new index after
+** is the current position of the item, NewIndex is the new index before
 ** the function has done it's work. Existing entries with indices NewIndex
-** and up are moved one position upwards.
+** and up might be moved one position upwards.
 */
 
 void CollMoveMultiple (Collection* C, unsigned Start, unsigned Count, unsigned Target);