diff options
| author | 2012-02-14 09:42:32 -0800 | |
|---|---|---|
| committer | 2012-02-14 09:42:32 -0800 | |
| commit | 57caadb4d3fbe40486c75e665b782715c4a20143 (patch) | |
| tree | 5954c822b4906fd1740479c3b554e36ef7bd98dc | |
| parent | 486eb9999e9cadc1f2080da1db300e436791a513 (diff) | |
| parent | 87548ee2b380c1e76086d21047854fa3425a8f06 (diff) | |
Merge "Update comments"
| -rw-r--r-- | include/utils/KeyedVector.h | 2 |
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); |