fix comment
This commit is contained in:
parent
a53934a3ae
commit
5b817400a0
@ -306,7 +306,7 @@ class PosixFileLock : public FileLock {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Set of locked files. We keep a separate set instead of just
|
// 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.
|
// any protection against multiple uses from the same process.
|
||||||
class PosixLockTable {
|
class PosixLockTable {
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user