aboutsummaryrefslogtreecommitdiff
path: root/table/block_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/block_builder.h')
-rw-r--r--table/block_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/block_builder.h b/table/block_builder.h
index 5b545bd1af..4fbcb33972 100644
--- a/table/block_builder.h
+++ b/table/block_builder.h
@@ -21,7 +21,7 @@ class BlockBuilder {
// Reset the contents as if the BlockBuilder was just constructed.
void Reset();
- // REQUIRES: Finish() has not been callled since the last call to Reset().
+ // REQUIRES: Finish() has not been called since the last call to Reset().
// REQUIRES: key is larger than any previously added key
void Add(const Slice& key, const Slice& value);