m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-158


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-158-g0052651
Date: Mon, 01 Sep 2008 12:43:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=0052651d855f65a3b22f05a580d9003d616bd260

The branch, master has been updated
       via  0052651d855f65a3b22f05a580d9003d616bd260 (commit)
      from  1403acf46f9ecac8ad796e8c618f33082667f840 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0052651d855f65a3b22f05a580d9003d616bd260
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Sep 1 06:42:52 2008 -0600

    Typos in source code comments.
    
    * modules/m4.c: Fix typos in comments.
    * m4/input.c: Likewise.
    * src/main.c: Likewise.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    7 +++++++
 m4/input.c   |    2 +-
 modules/m4.c |    9 +++++----
 src/main.c   |    2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 305b51c..60c35a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-01  Ralf Wildenhues  <address@hidden>
+
+       Typos in source code comments.
+       * modules/m4.c: Fix typos in comments.
+       * m4/input.c: Likewise.
+       * src/main.c: Likewise.
+
 2008-08-29  Eric Blake  <address@hidden>
 
        Fix manual date information.
diff --git a/m4/input.c b/m4/input.c
index 71e48a5..1a5fbc5 100644
--- a/m4/input.c
+++ b/m4/input.c
@@ -1469,7 +1469,7 @@ consume_syntax (m4 *context, m4_obstack *obs, unsigned 
int syntax)
 }
 
 
-/* Inititialize input stacks.  */
+/* Initialize input stacks.  */
 void
 m4_input_init (m4 *context)
 {
diff --git a/modules/m4.c b/modules/m4.c
index c46b3af..0c9a145 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -651,8 +651,9 @@ M4BUILTIN_HANDLER (changecom)
    and "sinclude".  This differs from bringing back diversions, in that
    the input is scanned before being copied to the output.  */
 
-/* Generic include function.  Include the file given by the first argument,
-   if it exists.  Complain about inaccesible files iff SILENT is false.  */
+/* Generic include function.  Include the file given by the first
+   argument, if it exists.  Complain about inaccessible files iff
+   SILENT is false.  */
 static void
 include (m4 *context, int argc, m4_macro_args *argv, bool silent)
 {
@@ -1133,12 +1134,12 @@ M4BUILTIN_HANDLER (translit)
   (*(x) = (number) ((unumber) *(x) >> (*(y) & shift_mask)))
 
 
-/* The function ntoa () converts VALUE to a signed ascii representation in
+/* The function ntoa () converts VALUE to a signed ASCII representation in
    radix RADIX.  Radix must be between 2 and 36, inclusive.  */
 static const char *
 ntoa (number value, int radix)
 {
-  /* Digits for number to ascii conversions.  */
+  /* Digits for number to ASCII conversions.  */
   static char const ntoa_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 
   bool negative;
diff --git a/src/main.c b/src/main.c
index ee72381..0f0b014 100644
--- a/src/main.c
+++ b/src/main.c
@@ -62,7 +62,7 @@ stackovf_handler (void)
   error (EXIT_FAILURE, 0, _("stack overflow (infinite define recursion?)"));
 }
 
-#endif /* USE_STACKOV */
+#endif /* USE_STACKOVF */
 
 
 


hooks/post-receive
--
GNU M4 source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]