summaryrefslogtreecommitdiff
path: root/mysys/default.c
diff options
context:
space:
mode:
authorpetr@mysql.com <>2005-05-18 15:28:38 +0400
committerpetr@mysql.com <>2005-05-18 15:28:38 +0400
commit67364e99af94cfea5785766e4a6485fdaf15204f (patch)
tree752e762f1e3320792381e49477f3ee49eb0f4358 /mysys/default.c
parent3b3d00c4a2c9358fdb8e40c66c4ad076dd05d21d (diff)
downloadmariadb-git-67364e99af94cfea5785766e4a6485fdaf15204f.tar.gz
fix comments
Diffstat (limited to 'mysys/default.c')
-rw-r--r--mysys/default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/default.c b/mysys/default.c
index ba1a6c1513b..ee7cbeb1530 100644
--- a/mysys/default.c
+++ b/mysys/default.c
@@ -85,10 +85,10 @@ static char *remove_end_comment(char *ptr);
Add/remove option to the option file section.
SYNOPSYS
- my_correct_file()
+ my_correct_defaults_file()
file_location The location of configuration file to edit
option option to look for
- option value The value of the option we would like to set
+ option_value The value of the option we would like to set
section_name the name of the section
remove_option This is true if we want to remove the option.
False otherwise.