commit | 73e263e5d698fdd267168dff497e1f5facb9348d | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jan 19 08:59:58 2012 -0800 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:58 2013 -0700 |
tree | 141294ae7d26de907a344911330b9dba388f2fcd | |
parent | 5db7269c89b546e57cfc6715405004c2416a264e [diff] |
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);