diff options
author | Ian Gilfillan <github@greenman.co.za> | 2019-09-12 12:09:02 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-09-20 07:21:21 +0300 |
commit | 38fa0141eed89613b45906a638be19123ee7e706 (patch) | |
tree | 9b65795d7c726eb80b24c7d374f061cc2aa897af /storage/myisam/myisamlog.c | |
parent | f541d3f18eec035242303928aa65558a391d165d (diff) | |
download | mariadb-git-38fa0141eed89613b45906a638be19123ee7e706.tar.gz |
Fix spelling mistakes in MyISAM code comments
Diffstat (limited to 'storage/myisam/myisamlog.c')
-rw-r--r-- | storage/myisam/myisamlog.c | 2 |
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. |