diff options
Diffstat (limited to 'gcc/hash-map.h')
-rw-r--r-- | gcc/hash-map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/hash-map.h b/gcc/hash-map.h index 5b8fd18..6bf3dc6 100644 --- a/gcc/hash-map.h +++ b/gcc/hash-map.h @@ -177,7 +177,8 @@ public: return !ins; } - /* if the passed in key is in the map return its value otherwise NULL. */ + /* If the passed in key is in the map return pointer to its value + otherwise NULL. */ Value *get (const Key &k) { |