diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-12-13 02:21:49 +0100 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-01-23 10:41:44 -0500 |
commit | 21f2ae7563c8892cbb634ece6911de38dc7dff7c (patch) | |
tree | 0cff518435e4494e2db9cdcbfca844ff850f181b /src/leveldb/util/posix_logger.h | |
parent | 00abfccc5d726b64c69bfb5e3607e2b18d14d14e (diff) |
Native Windows LevelDB port
Import native Windows LevelDB port by Hiram Chirino.
Extracted from from https://github.com/chirino/leveldb.git using
git diff dd0d562..aea83b7
Diffstat (limited to 'src/leveldb/util/posix_logger.h')
-rw-r--r-- | src/leveldb/util/posix_logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leveldb/util/posix_logger.h b/src/leveldb/util/posix_logger.h index 9741b1afad..c063c2b7cb 100644 --- a/src/leveldb/util/posix_logger.h +++ b/src/leveldb/util/posix_logger.h @@ -3,7 +3,7 @@ // found in the LICENSE file. See the AUTHORS file for names of contributors. // // Logger implementation that can be shared by all environments -// where enough posix functionality is available. +// where enough Posix functionality is available. #ifndef STORAGE_LEVELDB_UTIL_POSIX_LOGGER_H_ #define STORAGE_LEVELDB_UTIL_POSIX_LOGGER_H_ |