database: Ensure comments end with period.

This commit is contained in:
jholdstock 2023-08-23 13:56:49 +01:00 committed by Jamie Holdstock
parent c052365be8
commit 5f81b0b40e

View File

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