diff options
| author | Pieter Wuille <[email protected]> | 2012-12-13 02:21:49 +0100 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-01-23 10:41:44 -0500 |
| commit | 21f2ae7563c8892cbb634ece6911de38dc7dff7c (patch) | |
| tree | 0cff518435e4494e2db9cdcbfca844ff850f181b /src/leveldb/util/posix_logger.h | |
| parent | Remove Snappy support (diff) | |
| download | discoin-21f2ae7563c8892cbb634ece6911de38dc7dff7c.tar.xz discoin-21f2ae7563c8892cbb634ece6911de38dc7dff7c.zip | |
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 9741b1afa..c063c2b7c 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_ |