summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorStephen Long <mailthelong@gmail.com>2019-08-17 12:59:16 -0400
committerAnel Husakovic <anel@mariadb.org>2019-08-21 02:52:41 -0700
commit4e89fdb9d8e88607c0992bc2d049010344c0cb3b (patch)
tree9689a90431672fcd37ed68cc868e8a8b470feffe /sql/item.h
parente746f451d57def4be679caafc29976741b3e89f7 (diff)
downloadmariadb-git-4e89fdb9d8e88607c0992bc2d049010344c0cb3b.tar.gz
MDEV-19837 and MDEV-19816: Change some comments
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
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;
/*