commit | 87548ee2b380c1e76086d21047854fa3425a8f06 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jan 19 08:59:58 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Tue Feb 14 09:17:59 2012 -0800 |
tree | 5954c822b4906fd1740479c3b554e36ef7bd98dc | |
parent | bf40a3bc13d5824ad1ec147cb01d2860d9fb56a7 [diff] [blame] |
Update comments We no longer put the filename at start of file. Change-Id: Ic435b159a23105681e3d4a6cb1ac097bc853302e
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 @@ ssize_t indexOfKey(const KEY& key) const; /*! - * modifing the array + * modifying the array */ VALUE& editValueFor(const KEY& key);