From 471f0b84ec3420c7565511eb6e2fee8e0a0550e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=82=80?= Date: Mon, 22 May 2017 14:01:38 +0800 Subject: [PATCH] fix comment --- include/leveldb/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;