diff options
author | Willem Jan Palenstijn | 2011-06-20 16:26:48 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-06-20 16:27:12 +0200 |
commit | 5674dda4ccb36fe1b2fc539be33cb21a52451484 (patch) | |
tree | 705e3de01b5945d722bbfd81653c69ea29bfbe90 | |
parent | fcab88634d57b7db4e06e156992dc34f2c572697 (diff) | |
download | scummvm-rg350-5674dda4ccb36fe1b2fc539be33cb21a52451484.tar.gz scummvm-rg350-5674dda4ccb36fe1b2fc539be33cb21a52451484.tar.bz2 scummvm-rg350-5674dda4ccb36fe1b2fc539be33cb21a52451484.zip |
COMMON: Fix conflicting comment
-rw-r--r-- | common/archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/archive.h b/common/archive.h index 3c75970d60..8400c56d69 100644 --- a/common/archive.h +++ b/common/archive.h @@ -143,7 +143,7 @@ class SearchSet : public Archive { ArchiveNodeList::iterator find(const String &name); ArchiveNodeList::const_iterator find(const String &name) const; - // Add an archive keeping the list sorted by ascending priorities. + // Add an archive keeping the list sorted by descending priority. void insert(const Node& node); public: |