Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoudayang committed May 22, 2017
1 parent a53934a commit 471f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/leveldb/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 471f0b8

Please sign in to comment.