diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-08-24 16:31:12 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-26 10:06:32 +1000 |
commit | b2068162f71d762fb862daa8f84cbfce64217161 (patch) | |
tree | a0eede043f39fa84024f3d9e0818a9c83ff707bd /script/mkparamdefs.pl | |
parent | b5da5f7379d5efeb3828841ccb6d07ed821817cd (diff) | |
download | samba-b2068162f71d762fb862daa8f84cbfce64217161.tar.gz |
script: Fix the name of the script in autogenerated header file
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'script/mkparamdefs.pl')
-rw-r--r-- | script/mkparamdefs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mkparamdefs.pl b/script/mkparamdefs.pl index d9784201a3c..eacdebd12a6 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"); |