aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.h b/common/list.h
index 31b9768271..2d2e7b0abf 100644
--- a/common/list.h
+++ b/common/list.h
@@ -28,7 +28,7 @@
namespace Common {
/**
- * Simple double linked list, modelled after the list template of the standard
+ * Simple double linked list, modeled after the list template of the standard
* C++ library.
*/
template <class T>