Skip to content

Commit 743814f

Browse files
author
Jan Lindström
committed
Merge pull request #177 from Cona19/10.1-spelling-check
Fix spelling: shhould -> should
2 parents 0167904 + 500b03f commit 743814f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/innobase/include/log0log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ struct log_t{
878878
pending flushes or writes */
879879
/* NOTE on the 'flush' in names of the fields below: starting from
880880
4.0.14, we separate the write of the log file and the actual fsync()
881-
or other method to flush it to disk. The names below shhould really
881+
or other method to flush it to disk. The names below should really
882882
be 'flush_or_write'! */
883883
os_event_t no_flush_event; /*!< this event is in the reset state
884884
when a flush or a write is running;

storage/xtradb/include/log0log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ struct log_t{
951951
pending flushes or writes */
952952
/* NOTE on the 'flush' in names of the fields below: starting from
953953
4.0.14, we separate the write of the log file and the actual fsync()
954-
or other method to flush it to disk. The names below shhould really
954+
or other method to flush it to disk. The names below should really
955955
be 'flush_or_write'! */
956956
os_event_t no_flush_event; /*!< this event is in the reset state
957957
when a flush or a write is running;

0 commit comments

Comments
 (0)