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/myisamdef.h | |
parent | f541d3f18eec035242303928aa65558a391d165d (diff) | |
download | mariadb-git-38fa0141eed89613b45906a638be19123ee7e706.tar.gz |
Fix spelling mistakes in MyISAM code comments
Diffstat (limited to 'storage/myisam/myisamdef.h')
-rw-r--r-- | storage/myisam/myisamdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamdef.h b/storage/myisam/myisamdef.h index a019d7f2351..67e9b99ecfe 100644 --- a/storage/myisam/myisamdef.h +++ b/storage/myisam/myisamdef.h @@ -192,7 +192,7 @@ typedef struct st_mi_isam_share ulong last_process; /* For table-change-check */ ulong last_version; /* Version on start */ ulong options; /* Options used */ - ulong min_pack_length; /* Theese are used by packed data */ + ulong min_pack_length; /* These are used by packed data */ ulong max_pack_length; ulong state_diff_length; uint rec_reflength; /* rec_reflength in use now */ |