summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_file_instances.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_file_instances.h')
-rw-r--r--storage/perfschema/table_file_instances.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/table_file_instances.h b/storage/perfschema/table_file_instances.h
index 7365000b21f..f7ec16715f3 100644
--- a/storage/perfschema/table_file_instances.h
+++ b/storage/perfschema/table_file_instances.h
@@ -78,7 +78,7 @@ private:
/** Current row. */
row_file_instances m_row;
- /** True is the current row exists. */
+ /** True if the current row exists. */
bool m_row_exists;
/** Current position. */
PFS_simple_index m_pos;