diff options
Diffstat (limited to 'src/bufwrite.c')
-rw-r--r-- | src/bufwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bufwrite.c b/src/bufwrite.c index d9f85a3a3..c6d882cd5 100644 --- a/src/bufwrite.c +++ b/src/bufwrite.c @@ -2138,7 +2138,7 @@ restore_backup: if (!checking_conversion) { #if defined(UNIX) && defined(HAVE_FSYNC) - // On many journalling file systems there is a bug that causes both the + // On many journaling file systems there is a bug that causes both the // original and the backup file to be lost when halting the system // right after writing the file. That's because only the meta-data is // journalled. Syncing the file slows down the system, but assures it |