summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-19 08:59:58 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-14 09:17:59 -0800
commit87548ee2b380c1e76086d21047854fa3425a8f06 (patch)
tree5954c822b4906fd1740479c3b554e36ef7bd98dc /include/utils
parentbf40a3bc13d5824ad1ec147cb01d2860d9fb56a7 (diff)
downloadframeworks_native-87548ee2b380c1e76086d21047854fa3425a8f06.zip
frameworks_native-87548ee2b380c1e76086d21047854fa3425a8f06.tar.gz
frameworks_native-87548ee2b380c1e76086d21047854fa3425a8f06.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);