summaryrefslogtreecommitdiff
path: root/util/env_posix.cc
diff options
context:
space:
mode:
author果冻 <18814092650@163.com>2017-03-10 14:23:19 +0800
committerGitHub <noreply@github.com>2017-03-10 14:23:19 +0800
commit5b817400a0a5afe3badbb8859706a571882ababc (patch)
treec539ac251d4c43644d99327f753282901b2bc6c8 /util/env_posix.cc
parenta53934a3ae1244679f812d998a4f16f2c7f309a6 (diff)
downloadleveldb-5b817400a0a5afe3badbb8859706a571882ababc.tar.gz
fix comment
Diffstat (limited to 'util/env_posix.cc')
-rw-r--r--util/env_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/env_posix.cc b/util/env_posix.cc
index 84aabb2..1c2ba9a 100644
--- a/util/env_posix.cc
+++ b/util/env_posix.cc
@@ -306,7 +306,7 @@ class PosixFileLock : public FileLock {
};
// Set of locked files. We keep a separate set instead of just
-// relying on fcntrl(F_SETLK) since fcntl(F_SETLK) does not provide
+// relying on fcntl(F_SETLK) since fcntl(F_SETLK) does not provide
// any protection against multiple uses from the same process.
class PosixLockTable {
private: