summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Mumford <cmumford@google.com>2019-04-12 13:22:24 -0700
committerChris Mumford <cmumford@google.com>2019-04-12 13:22:24 -0700
commitdf4a323aafbf65996fec23de8b2dbb9d7e27ae11 (patch)
tree7a60cda0b78557a913f0479cd805dec35bc91cb9 /include
parent5a2a472741f36ecf5b994439da5a64c6ab90c47f (diff)
parent471f0b84ec3420c7565511eb6e2fee8e0a0550e8 (diff)
downloadleveldb-df4a323aafbf65996fec23de8b2dbb9d7e27ae11.tar.gz
Merge pull request #472 from zhoudayang:patch-1
PiperOrigin-RevId: 243314507
Diffstat (limited to 'include')
-rw-r--r--include/leveldb/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/leveldb/env.h b/include/leveldb/env.h
index 946ea98..ea728c9 100644
--- a/include/leveldb/env.h
+++ b/include/leveldb/env.h
@@ -173,7 +173,7 @@ class LEVELDB_EXPORT Env {
virtual void StartThread(void (*function)(void* arg), void* arg) = 0;
// *path is set to a temporary directory that can be used for testing. It may
- // or many not have just been created. The directory may or may not differ
+ // or may not have just been created. The directory may or may not differ
// between runs of the same process, but subsequent calls will return the
// same directory.
virtual Status GetTestDirectory(std::string* path) = 0;