소스 검색

fix typos

Christian Grothoff 1 년 전
부모
커밋
cc538707ec
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      src/include/options-generator.c
  2. 3 3
      src/mhd2/daemon_options.h

+ 3 - 3
src/include/options-generator.c

@@ -1077,11 +1077,11 @@ TOP:
              "   Do not edit directly! */\n"
              "   Do not edit directly! */\n"
              "/* *INDENT-OFF* */\n"
              "/* *INDENT-OFF* */\n"
              "/**\n"
              "/**\n"
-             "/* @file %s_options.h\n"
-             "/* @author %s-options-generator.c\n"
+             " * @file %s_options.h\n"
+             " * @author %s-options-generator.c\n"
              " */\n\n"
              " */\n\n"
              "#ifndef MHD_%s_OPTIONS_H\n"
              "#ifndef MHD_%s_OPTIONS_H\n"
-             "#define MHD_%s_OTPIONS_H 1\n"
+             "#define MHD_%s_OPTIONS_H 1\n"
              "\n"
              "\n"
              "#include \"mhd_sys_options.h\"\n"
              "#include \"mhd_sys_options.h\"\n"
              "#include \"mhd_public_api.h\"\n"
              "#include \"mhd_public_api.h\"\n"

+ 3 - 3
src/mhd2/daemon_options.h

@@ -2,12 +2,12 @@
    Do not edit directly! */
    Do not edit directly! */
 /* *INDENT-OFF* */
 /* *INDENT-OFF* */
 /**
 /**
-/* @file daemon_options.h
-/* @author daemon-options-generator.c
+ * @file daemon_options.h
+ * @author daemon-options-generator.c
  */
  */
 
 
 #ifndef MHD_DAEMON_OPTIONS_H
 #ifndef MHD_DAEMON_OPTIONS_H
-#define MHD_DAEMON_OTPIONS_H 1
+#define MHD_DAEMON_OPTIONS_H 1
 
 
 #include "mhd_sys_options.h"
 #include "mhd_sys_options.h"
 #include "mhd_public_api.h"
 #include "mhd_public_api.h"