Merge pull request #447 from fate-grand-order/master
Correct spelling errors in annotations in locks.go
This commit is contained in:
commit
c26e2bde5a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
// define a global in process lock to prevent two goroutines writing to the
|
// define a global in process lock to prevent two goroutines writing to the
|
||||||
// same file.
|
// same file.
|
||||||
//
|
//
|
||||||
// This is prety unsophisticated for now. In the future, we'd probably like to
|
// This is pretty unsophisticated for now. In the future, we'd probably like to
|
||||||
// have more information about who is holding which locks, as well as better
|
// have more information about who is holding which locks, as well as better
|
||||||
// error reporting.
|
// error reporting.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue