summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-19 08:59:58 -0800
committerAlex Ray <aray@google.com>2013-07-30 13:56:58 -0700
commit73e263e5d698fdd267168dff497e1f5facb9348d (patch)
tree141294ae7d26de907a344911330b9dba388f2fcd /include/utils
parent5db7269c89b546e57cfc6715405004c2416a264e (diff)
downloadsystem_core-73e263e5d698fdd267168dff497e1f5facb9348d.zip
system_core-73e263e5d698fdd267168dff497e1f5facb9348d.tar.gz
system_core-73e263e5d698fdd267168dff497e1f5facb9348d.tar.bz2
Update comments
We no longer put the filename at start of file. Change-Id: Ic435b159a23105681e3d4a6cb1ac097bc853302e
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/KeyedVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/KeyedVector.h b/include/utils/KeyedVector.h
index 6bcdea4..fcc3bcf 100644
--- a/include/utils/KeyedVector.h
+++ b/include/utils/KeyedVector.h
@@ -66,7 +66,7 @@ public:
ssize_t indexOfKey(const KEY& key) const;
/*!
- * modifing the array
+ * modifying the array
*/
VALUE& editValueFor(const KEY& key);