database: Ensure comments end with period.
This commit is contained in:
parent
c052365be8
commit
5f81b0b40e
@ -58,7 +58,7 @@ const (
|
||||
backupFileMode = 0600
|
||||
)
|
||||
|
||||
// backupMtx should be held when writing to the database backup file
|
||||
// backupMtx should be held when writing to the database backup file.
|
||||
var backupMtx sync.Mutex
|
||||
|
||||
// writeHotBackupFile writes a backup of the database file while the database
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user