summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-03-30 13:02:49 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-03-30 13:02:49 +0000
commit723dadd315d8d404aaf59ab37a5e00bbf1b0c62c (patch)
treeb2329be3d52901952e637079094e5b0dce4dac85 /staging_vespalib
parent0423c53c743ad20504995cc5013c49d37d890741 (diff)
pointre => pointer
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.h b/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.h
index 7477ba82f33..ea5ccf0659b 100644
--- a/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.h
+++ b/staging_vespalib/src/vespa/vespalib/stllike/lrucache_map.h
@@ -133,7 +133,7 @@ public:
insert_result insert(const K & key, V && value);
/**
- * Return pointre to the object with the given key.
+ * Return pointer to the object with the given key.
* Object is then put at head of LRU list if found.
* If not found nullptr is returned.
*/