From 36039fe744ad0b36d6ea6612ba376b3ec4ea725f Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Mon, 26 Feb 2018 17:17:54 -0800 Subject: [PATCH] Update db.h --- include/rocksdb/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index 8ab351f0a..8b4d7ae56 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -175,7 +175,7 @@ class DB { // called before calling the desctructor so that the caller can get back a // status in case there are any errors. This will not fsync the WAL files. // If syncing is required, the caller must first call SyncWAL(), or Write() - // using am empty write batch with WriteOptions.sync=true. + // using an empty write batch with WriteOptions.sync=true. // Regardless of the return status, the DB must be freed. If the return // status is NotSupported(), then the DB implementation does cleanup in the // destructor