Skip to content

Commit

Permalink
Merge pull request #472 from zhoudayang:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 243314507
  • Loading branch information
cmumford committed Apr 12, 2019
2 parents 5a2a472 + 471f0b8 commit df4a323
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 @@ -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;
Expand Down

0 comments on commit df4a323

Please sign in to comment.