summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-08-24 16:31:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-26 10:06:32 +1000
commitb2068162f71d762fb862daa8f84cbfce64217161 (patch)
treea0eede043f39fa84024f3d9e0818a9c83ff707bd /script
parentb5da5f7379d5efeb3828841ccb6d07ed821817cd (diff)
downloadsamba-b2068162f71d762fb862daa8f84cbfce64217161.tar.gz
samba-b2068162f71d762fb862daa8f84cbfce64217161.tar.bz2
samba-b2068162f71d762fb862daa8f84cbfce64217161.zip
script: Fix the name of the script in autogenerated header file
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'script')
-rw-r--r--script/mkparamdefs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mkparamdefs.pl b/script/mkparamdefs.pl
index d9784201a3..eacdebd12a 100644
--- a/script/mkparamdefs.pl
+++ b/script/mkparamdefs.pl
@@ -85,7 +85,7 @@ sub print_header($$$)
my ($file, $header_name,$generate_scope) = @_;
$file->("#ifndef $header_name\n");
$file->("#define $header_name\n\n");
-$file->("/* This file was automatically generated by mkparmdefs.pl. DO NOT EDIT */\n\n");
+$file->("/* This file was automatically generated by mkparamdefs.pl. DO NOT EDIT */\n\n");
$file->("/**\n");
if ($generate_scope eq "GLOBAL") {
$file->(" * This structure describes global (ie., server-wide) parameters.\n");