(svn r19614) -Codechange: "it's" => "its" where appropriate

This commit is contained in:
smatz
2010-04-12 14:12:47 +00:00
parent 073af4eba2
commit 258b128a56
33 changed files with 43 additions and 43 deletions

View File

@@ -23,7 +23,7 @@
/**
* Binary Heap as C++ template.
* A carrier which keeps it's items automaticaly holds the smallest item at
* A carrier which keeps its items automaticaly holds the smallest item at
* the first position. The order of items is maintained by using a binary tree.
* The implementation is used for priority queue's.
*