summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2016-06-01 09:23:29 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2016-06-01 09:23:29 +0300
commit743814f763725fc9ef3c13b4626d7765d3e29f78 (patch)
tree3c50f71f8456e504b82f4f791e81a659c61381c5
parent016790403a4bb6182094870870ce1a1c3e2756dc (diff)
parent500b03fe30ea824b4685c6ef2af6072abbb055dd (diff)
downloadmariadb-git-743814f763725fc9ef3c13b4626d7765d3e29f78.tar.gz
Merge pull request #177 from Cona19/10.1-spelling-check
Fix spelling: shhould -> should
-rw-r--r--storage/innobase/include/log0log.h2
-rw-r--r--storage/xtradb/include/log0log.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/log0log.h b/storage/innobase/include/log0log.h
index a960bc50454..0015ea15c35 100644
--- a/storage/innobase/include/log0log.h
+++ b/storage/innobase/include/log0log.h
@@ -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;
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;