diff options
author | bell@sanja.is.com.ua <> | 2004-10-07 01:45:06 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-10-07 01:45:06 +0300 |
commit | 3ef0b19cd374970fb2a3e6e963b779186a1a6fae (patch) | |
tree | 1962b7cafa7e8bfcfcdc7410d38cf3144d2a6604 /sql/parse_file.h | |
parent | a9b759af3ea6d8e03ae64b97f9cca8d3e9dfc4e4 (diff) | |
download | mariadb-git-3ef0b19cd374970fb2a3e6e963b779186a1a6fae.tar.gz |
fixed & added comments (according to Igor's review and a bit more)
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r-- | sql/parse_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h index cf34a5095a4..82a89dffd18 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -23,7 +23,7 @@ enum file_opt_type { FILE_OPTIONS_STRING, /* String (LEX_STRING) */ FILE_OPTIONS_ESTRING, /* Escaped string (LEX_STRING) */ - FILE_OPTIONS_ULONGLONG, /* ulonglong parapeter (ulonglong) */ + FILE_OPTIONS_ULONGLONG, /* ulonglong parameter (ulonglong) */ FILE_OPTIONS_REV, /* Revision version number (ulonglong) */ FILE_OPTIONS_TIMESTAMP, /* timestamp (LEX_STRING have to be allocated with length 20 (19+1) */ |