From 640fefffa7996b5ee68761472fa3000e6e7abc88 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Oct 2004 01:45:06 +0300 Subject: 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 --- sql/parse_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/parse_file.h') 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) */ -- cgit v1.2.1