Skip to content

Commit

Permalink
database: Ensure comments end with period.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Aug 23, 2023
1 parent c0cbe40 commit 4622f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4622f04

Please sign in to comment.