diff options
author | 周炀 <zhoudayang2@163.com> | 2017-05-22 14:01:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 14:01:38 +0800 |
commit | 471f0b84ec3420c7565511eb6e2fee8e0a0550e8 (patch) | |
tree | af1b3d8b2e9e00d73af7eb5522a6911257ba43db /include | |
parent | a53934a3ae1244679f812d998a4f16f2c7f309a6 (diff) | |
download | leveldb-471f0b84ec3420c7565511eb6e2fee8e0a0550e8.tar.gz |
fix comment
Diffstat (limited to 'include')
-rw-r--r-- | include/leveldb/env.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/leveldb/env.h b/include/leveldb/env.h index 99b6c21..9f4bdfd 100644 --- a/include/leveldb/env.h +++ b/include/leveldb/env.h @@ -145,7 +145,7 @@ class 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; |