[04/17] Fix spelling in comments in C source files (intl)

Message ID 1480103203-9710-5-git-send-email-ambrogino.modigliani@mail.com
State New, archived
Headers

Commit Message

Ambrogino Modigliani Nov. 25, 2016, 7:46 p.m. UTC
  intl/ChangeLog:

	* dcigettext.c: Fix spelling in comments.
	* plural.c: Fix spelling in comments.
---
 intl/dcigettext.c | 2 +-
 intl/plural.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Joseph Myers Nov. 25, 2016, 9:11 p.m. UTC | #1
On Fri, 25 Nov 2016, Ambrogino Modigliani wrote:

> intl/ChangeLog:
> 
> 	* dcigettext.c: Fix spelling in comments.

This file is from GNU gettext and should be fixed there if the issue is 
still in current gettext sources.

> 	* plural.c: Fix spelling in comments.

The text you're changing comes from GNU Bison (this is a generated file) 
and should be fixed there if the issue is still in current Bison sources.
  

Patch

diff --git a/intl/dcigettext.c b/intl/dcigettext.c
index a8d4a14..2baa3e5 100644
--- a/intl/dcigettext.c
+++ b/intl/dcigettext.c
@@ -320,7 +320,7 @@  static const char *category_to_name PARAMS ((int category)) internal_function;
 #endif
 
 
-/* For those loosing systems which don't have `alloca' we have to add
+/* For those losing systems which don't have `alloca' we have to add
    some additional code emulating it.  */
 #ifdef HAVE_ALLOCA
 /* Nothing has to be done.  */
diff --git a/intl/plural.c b/intl/plural.c
index 951303a..9542443 100644
--- a/intl/plural.c
+++ b/intl/plural.c
@@ -717,7 +717,7 @@  yyparse (YYPARSE_PARAM_ARG)
      `yyvs': related to semantic values,
      `yyls': related to locations.
 
-     Refer to the stacks thru separate pointers, to allow yyoverflow
+     Refer to the stacks through separate pointers, to allow yyoverflow
      to reallocate them elsewhere.  */
 
   /* The state stack. */