summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Glenn Kasten <gkasten@google.com> 2012-02-14 09:42:32 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-14 09:42:32 -0800
commit57caadb4d3fbe40486c75e665b782715c4a20143 (patch)
tree5954c822b4906fd1740479c3b554e36ef7bd98dc
parent486eb9999e9cadc1f2080da1db300e436791a513 (diff)
parent87548ee2b380c1e76086d21047854fa3425a8f06 (diff)
Merge "Update comments"
-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 6bcdea4ff1..fcc3bcfa00 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);