summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/log0log.h
diff options
context:
space:
mode:
authorHyeonseok Oh <hyeonso5@gmail.com>2016-06-01 06:09:13 +0000
committerHyeonseok Oh <hyeonso5@gmail.com>2016-06-01 06:09:13 +0000
commit500b03fe30ea824b4685c6ef2af6072abbb055dd (patch)
tree3c50f71f8456e504b82f4f791e81a659c61381c5 /storage/xtradb/include/log0log.h
parent016790403a4bb6182094870870ce1a1c3e2756dc (diff)
downloadmariadb-git-500b03fe30ea824b4685c6ef2af6072abbb055dd.tar.gz
Fix spelling: shhould -> should
Diffstat (limited to 'storage/xtradb/include/log0log.h')
-rw-r--r--storage/xtradb/include/log0log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/log0log.h b/storage/xtradb/include/log0log.h
index 34ac9bb7038..69bc2705733 100644
--- a/storage/xtradb/include/log0log.h
+++ b/storage/xtradb/include/log0log.h
@@ -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;