diff options
author | unknown <bell@sanja.is.com.ua> | 2004-10-07 01:45:06 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-10-07 01:45:06 +0300 |
commit | 640fefffa7996b5ee68761472fa3000e6e7abc88 (patch) | |
tree | 1962b7cafa7e8bfcfcdc7410d38cf3144d2a6604 /sql/parse_file.h | |
parent | dc25de58e58bf64c82e290b5c625fb68caa82953 (diff) | |
download | mariadb-git-640fefffa7996b5ee68761472fa3000e6e7abc88.tar.gz |
fixed & added comments (according to Igor's review and a bit more)
sql/item_strfunc.h:
spelling fixed
sql/parse_file.cc:
spelling fixed
sql/parse_file.h:
spelling fixed
sql/password.c:
spelling fixed
sql/sql_acl.cc:
spelling fixed
sql/sql_lex.cc:
comments added and fixed
sql/sql_parse.cc:
spelling fixed
sql/sql_show.cc:
spelling fixed
sql/sql_update.cc:
comments fixed
sql/sql_view.cc:
comments added
spelling and comments fixed
// comments changed with /* */ ones
sql/sql_yacc.yy:
comments fixed
sql/table.cc:
spelling fixed
comments added and fixed
sql/table.h:
spelling fixed
comments fixed
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) */ |