From: Bruno Haible Date: Sat, 7 Jun 2003 16:18:09 +0000 (+0000) Subject: Avoid passive voice in comment. X-Git-Tag: cvs-readonly~4802 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=b1b2c3c4f7044468da7cd4c99b7cfa594c5c9c9c;p=gnulib.git Avoid passive voice in comment. --- diff --git a/modules/alloca b/modules/alloca index b7a238137..bf9515d90 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 fc0f6ea33..9226276da 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 14591900d..a63fcb057 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