From b1b2c3c4f7044468da7cd4c99b7cfa594c5c9c9c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jun 2003 16:18:09 +0000 Subject: [PATCH] Avoid passive voice in comment. --- modules/alloca | 2 +- modules/localcharset | 2 +- modules/stdbool | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/alloca b/modules/alloca index b7a2381373..bf9515d90d 100644 --- a/modules/alloca +++ b/modules/alloca @@ -15,7 +15,7 @@ gl_FUNC_ALLOCA Makefile.am: EXTRA_DIST += alloca_.h -# The following is needed in order to create an when the system +# We need the following in order to create an when the system # doesn't have one that works with the given compiler. all-local $(lib_OBJECTS): @ALLOCA_H@ alloca.h: alloca_.h diff --git a/modules/localcharset b/modules/localcharset index fc0f6ea332..9226276dab 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -21,7 +21,7 @@ lib_SOURCES += localcharset.h localcharset.c EXTRA_DIST += config.charset ref-add.sin ref-del.sin DEFS += -DLIBDIR=\"$(libdir)\" -# The following is needed in order to install a simple file in $(libdir) +# We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it # is not used by another installed package. diff --git a/modules/stdbool b/modules/stdbool index 14591900de..a63fcb0575 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -14,7 +14,7 @@ AM_STDBOOL_H Makefile.am: EXTRA_DIST += stdbool_.h -# The following is needed in order to create an when the system +# We need the following in order to create an when the system # doesn't have one that works. all-local $(lib_OBJECTS): $(STDBOOL_H) stdbool.h: stdbool_.h -- 2.39.5