[Scummvm-cvs-logs] scummvm master -> 5674dda4ccb36fe1b2fc539be33cb21a52451484

wjp wjp at usecode.org
Mon Jun 20 16:28:58 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5674dda4cc COMMON: Fix conflicting comment


Commit: 5674dda4ccb36fe1b2fc539be33cb21a52451484
    https://github.com/scummvm/scummvm/commit/5674dda4ccb36fe1b2fc539be33cb21a52451484
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-06-20T07:27:12-07:00

Commit Message:
COMMON: Fix conflicting comment

Changed paths:
    common/archive.h



diff --git a/common/archive.h b/common/archive.h
index 3c75970..8400c56 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:






More information about the Scummvm-git-logs mailing list