summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-05 11:04:16 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-05 11:04:16 +0200
commit0e8aa26c4e9325f04e186defca123f7d4837791f (patch)
tree8296434f162f31f4d1bac0924da1561e890a3347 /db
parent8f464e7f68fd9d50ed39b2866ef8dac9c837439d (diff)
downloadleveldb-0e8aa26c4e9325f04e186defca123f7d4837791f.tar.gz
Fix typos
Diffstat (limited to 'db')
-rw-r--r--db/snapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/snapshot.h b/db/snapshot.h
index 9f1d664..817bb7b 100644
--- a/db/snapshot.h
+++ b/db/snapshot.h
@@ -25,7 +25,7 @@ class SnapshotImpl : public Snapshot {
friend class SnapshotList;
// SnapshotImpl is kept in a doubly-linked circular list. The SnapshotList
- // implementation operates on the next/previous fields direcly.
+ // implementation operates on the next/previous fields directly.
SnapshotImpl* prev_;
SnapshotImpl* next_;