Parcourir la source

fix comment

main
果冻 il y a 7 ans
committed by GitHub
Parent
révision
5b817400a0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      util/env_posix.cc

+ 1
- 1
util/env_posix.cc Voir le fichier

@ -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:

Chargement…
Annuler
Enregistrer