m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.11-45-g


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.11-45-g83c399d
Date: Mon, 01 Sep 2008 12:44:04 +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=83c399d87ff2bb6f3f69f9a93af4638d53d0037b

The branch, branch-1.4 has been updated
       via  83c399d87ff2bb6f3f69f9a93af4638d53d0037b (commit)
      from  2b6f1eaf20d5b76553a4a984995ca457a2c1fdaf (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 83c399d87ff2bb6f3f69f9a93af4638d53d0037b
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Sep 1 06:37:54 2008 -0600

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

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

Summary of changes:
 ChangeLog     |    6 ++++++
 src/builtin.c |    6 +++---
 src/input.c   |    6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e89d7d9..25a15d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-01  Ralf Wildenhues  <address@hidden>
+
+       Typos in source code comments.
+       * src/builtin.c: Fix typos in comments.
+       * src/input.c: Likewise.
+
 2008-08-29  Eric Blake  <address@hidden>
 
        Fix manual date information.
diff --git a/src/builtin.c b/src/builtin.c
index 5ea886d..03bb649 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -444,11 +444,11 @@ numeric_arg (token_data *macro, const char *arg, int 
*valuep)
 }
 
 /*------------------------------------------------------------------------.
-| The function ntoa () converts VALUE to a signed ascii representation in |
+| The function ntoa () converts VALUE to a signed ASCII representation in |
 | radix RADIX.                                                           |
 `------------------------------------------------------------------------*/
 
-/* Digits for number to ascii conversions.  */
+/* Digits for number to ASCII conversions.  */
 static char const digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
 
 const char *
@@ -1294,7 +1294,7 @@ m4_changeword (struct obstack *obs, int argc, token_data 
**argv)
 
 /*-------------------------------------------------------------------------.
 | Generic include function.  Include the file given by the first argument, |
-| if it exists.  Complain about inaccesible files iff SILENT is false.    |
+| if it exists.  Complain about inaccessible files iff SILENT is false.        
   |
 `-------------------------------------------------------------------------*/
 
 static void
diff --git a/src/input.c b/src/input.c
index 889a5b9..74b5f3f 100644
--- a/src/input.c
+++ b/src/input.c
@@ -648,9 +648,9 @@ match_input (const char *s, bool consume)
    && ((s)[1] == '\0' || (match_input ((s) + (consume), consume))))
 
 
-/*----------------------------------------------------------.
-| Inititialise input stacks, and quote/comment characters.  |
-`----------------------------------------------------------*/
+/*--------------------------------------------------------.
+| Initialize input stacks, and quote/comment characters.  |
+`--------------------------------------------------------*/
 
 void
 input_init (void)


hooks/post-receive
--
GNU M4 source repository




reply via email to

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