[Scummvm-git-logs] scummvm master -> 55559539af9a50afefd81ce9f9ed8eda386a588e
sev-
sev at scummvm.org
Tue Oct 6 16:16:57 UTC 2020
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:
55559539af common/array: Fix comment
Commit: 55559539af9a50afefd81ce9f9ed8eda386a588e
https://github.com/scummvm/scummvm/commit/55559539af9a50afefd81ce9f9ed8eda386a588e
Author: Vladimir Serbinenko (phcoder at google.com)
Date: 2020-10-06T18:16:53+02:00
Commit Message:
common/array: Fix comment
Comment speaks about double-linked list but we actually have an array
Changed paths:
common/array.h
diff --git a/common/array.h b/common/array.h
index 792ebd856c..bfa83b5c17 100644
--- a/common/array.h
+++ b/common/array.h
@@ -441,7 +441,7 @@ protected:
};
/**
- * Doubly linked list with sorted nodes.
+ * Array with sorted nodes.
*/
template<class T, typename CompareArgType = const void *>
class SortedArray : public Array<T> {
More information about the Scummvm-git-logs
mailing list