summaryrefslogtreecommitdiff
path: root/innobase/include/fut0lst.ic
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/fut0lst.ic')
-rw-r--r--innobase/include/fut0lst.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/fut0lst.ic b/innobase/include/fut0lst.ic
index d2e79cf7640..c0d61833b48 100644
--- a/innobase/include/fut0lst.ic
+++ b/innobase/include/fut0lst.ic
@@ -23,7 +23,7 @@ Created 11/28/1995 Heikki Tuuri
#define FLST_FIRST 4 /* 6-byte address of the first element
of the list; undefined if empty list */
#define FLST_LAST (4 + FIL_ADDR_SIZE) /* 6-byte address of the
- first element of the list; undefined
+ last element of the list; undefined
if empty list */
/************************************************************************