Correct spelling errors in annotations in locks.go

Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order 2017-01-19 12:27:51 +08:00
parent abc1bf4dea
commit 3400a450f2

View file

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