From 74c563f94e4b02779465ead2b2dbce0db59e352a Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Thu, 17 Feb 2022 14:11:18 +0800 Subject: merge: Merge remote-tracking branch google/main@4fb1468 Signed-off-by: KunoiSayami --- db/snapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/snapshot.h') 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_; -- cgit v1.3.1