changeset 4383:2618bff2cc87

Avoid passive voice in comment.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 Jun 2003 16:18:09 +0000
parents b190f36cbae5
children 4bf5f9b5190a
files modules/alloca modules/localcharset modules/stdbool
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/modules/alloca
+++ b/modules/alloca
@@ -15,7 +15,7 @@
 Makefile.am:
 EXTRA_DIST += alloca_.h
 
-# The following is needed in order to create an <alloca.h> when the system
+# We need the following in order to create an <alloca.h> when the system
 # doesn't have one that works with the given compiler.
 all-local $(lib_OBJECTS): @ALLOCA_H@
 alloca.h: alloca_.h
--- a/modules/localcharset
+++ b/modules/localcharset
@@ -21,7 +21,7 @@
 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.
--- a/modules/stdbool
+++ b/modules/stdbool
@@ -14,7 +14,7 @@
 Makefile.am:
 EXTRA_DIST += stdbool_.h
 
-# The following is needed in order to create an <stdbool.h> when the system
+# We need the following in order to create an <stdbool.h> when the system
 # doesn't have one that works.
 all-local $(lib_OBJECTS): $(STDBOOL_H)
 stdbool.h: stdbool_.h