summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamlog.c
diff options
context:
space:
mode:
authorIan Gilfillan <github@greenman.co.za>2019-09-12 12:09:02 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2019-09-20 07:21:21 +0300
commit38fa0141eed89613b45906a638be19123ee7e706 (patch)
tree9b65795d7c726eb80b24c7d374f061cc2aa897af /storage/myisam/myisamlog.c
parentf541d3f18eec035242303928aa65558a391d165d (diff)
downloadmariadb-git-38fa0141eed89613b45906a638be19123ee7e706.tar.gz
Fix spelling mistakes in MyISAM code comments
Diffstat (limited to 'storage/myisam/myisamlog.c')
-rw-r--r--storage/myisam/myisamlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamlog.c b/storage/myisam/myisamlog.c
index 3880826d981..eeb754d2cc9 100644
--- a/storage/myisam/myisamlog.c
+++ b/storage/myisam/myisamlog.c
@@ -415,7 +415,7 @@ static int examine_log(char * file_name, char **table_names)
left_root_right);
file_info.id=open_param.max_id+1;
/*
- * In the line below +10 is added to accomodate '<' and '>' chars
+ * In the line below +10 is added to accommodate '<' and '>' chars
* plus '\0' at the end, so that there is place for 7 digits.
* It is improbable that same table can have that many entries in
* the table cache.