File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ struct log_t{
878
878
pending flushes or writes */
879
879
/* NOTE on the 'flush' in names of the fields below: starting from
880
880
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
882
882
be 'flush_or_write'! */
883
883
os_event_t no_flush_event ; /*!< this event is in the reset state
884
884
when a flush or a write is running;
Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ struct log_t{
951
951
pending flushes or writes */
952
952
/* NOTE on the 'flush' in names of the fields below: starting from
953
953
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
955
955
be 'flush_or_write'! */
956
956
os_event_t no_flush_event ; /*!< this event is in the reset state
957
957
when a flush or a write is running;
You can’t perform that action at this time.
0 commit comments