From 87548ee2b380c1e76086d21047854fa3425a8f06 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Thu, 19 Jan 2012 08:59:58 -0800 Subject: [PATCH] Update comments We no longer put the filename at start of file. Change-Id: Ic435b159a23105681e3d4a6cb1ac097bc853302e --- include/utils/KeyedVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/KeyedVector.h b/include/utils/KeyedVector.h index 6bcdea4ff..fcc3bcfa0 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);