diff options
author | Stephen Long <mailthelong@gmail.com> | 2019-08-17 12:59:16 -0400 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2019-08-21 02:52:41 -0700 |
commit | 4e89fdb9d8e88607c0992bc2d049010344c0cb3b (patch) | |
tree | 9689a90431672fcd37ed68cc868e8a8b470feffe /sql/item.h | |
parent | e746f451d57def4be679caafc29976741b3e89f7 (diff) | |
download | mariadb-git-4e89fdb9d8e88607c0992bc2d049010344c0cb3b.tar.gz |
MDEV-19837 and MDEV-19816: Change some comments
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index 6dc99970914..26bf8b91053 100644 --- a/sql/item.h +++ b/sql/item.h @@ -606,7 +606,7 @@ public: /* Cache of the result of is_expensive(). */ int8 is_expensive_cache; - /* Reuse size, only used by SP local variable assignment, otherwize 0 */ + /* Reuse size, only used by SP local variable assignment, otherwise 0 */ uint rsize; /* |