1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Fix spelling: shhould -> should

This commit is contained in:
Hyeonseok Oh
2016-06-01 06:09:13 +00:00
parent 016790403a
commit 500b03fe30
2 changed files with 2 additions and 2 deletions

View File

@@ -878,7 +878,7 @@ struct log_t{
pending flushes or writes */
/* NOTE on the 'flush' in names of the fields below: starting from
4.0.14, we separate the write of the log file and the actual fsync()
or other method to flush it to disk. The names below shhould really
or other method to flush it to disk. The names below should really
be 'flush_or_write'! */
os_event_t no_flush_event; /*!< this event is in the reset state
when a flush or a write is running;

View File

@@ -951,7 +951,7 @@ struct log_t{
pending flushes or writes */
/* NOTE on the 'flush' in names of the fields below: starting from
4.0.14, we separate the write of the log file and the actual fsync()
or other method to flush it to disk. The names below shhould really
or other method to flush it to disk. The names below should really
be 'flush_or_write'! */
os_event_t no_flush_event; /*!< this event is in the reset state
when a flush or a write is running;