summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
committersimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
commit9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch)
tree5ad22dd973d299d05210905342892ed44925baa8 /lib/libform
parentba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff)
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'lib/libform')
-rw-r--r--lib/libform/type_alnum.c4
-rw-r--r--lib/libform/type_alpha.c6
-rw-r--r--lib/libform/type_enum.c6
-rw-r--r--lib/libform/type_integer.c6
-rw-r--r--lib/libform/type_numeric.c6
-rw-r--r--lib/libform/type_regex.c6
6 files changed, 17 insertions, 17 deletions
diff --git a/lib/libform/type_alnum.c b/lib/libform/type_alnum.c
index 0e2dfad15cd..b5eea1e70df 100644
--- a/lib/libform/type_alnum.c
+++ b/lib/libform/type_alnum.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_alnum.c,v 1.6 2001/06/13 10:45:59 wiz Exp $ */
+/* $NetBSD: type_alnum.c,v 1.7 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -63,7 +63,7 @@ create_alnum_args(va_list *args)
}
/*
- * Copy the the alnum argument structure.
+ * Copy the alnum argument structure.
*/
static char *
copy_alnum_args(char *args)
diff --git a/lib/libform/type_alpha.c b/lib/libform/type_alpha.c
index f0df0cfee81..48862d7d564 100644
--- a/lib/libform/type_alpha.c
+++ b/lib/libform/type_alpha.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_alpha.c,v 1.7 2003/03/09 00:57:19 lukem Exp $ */
+/* $NetBSD: type_alpha.c,v 1.8 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: type_alpha.c,v 1.7 2003/03/09 00:57:19 lukem Exp $");
+__RCSID("$NetBSD: type_alpha.c,v 1.8 2004/04/23 02:58:27 simonb Exp $");
#include <stdlib.h>
#include <string.h>
@@ -65,7 +65,7 @@ create_alpha_args(va_list *args)
}
/*
- * Copy the the alpha argument structure.
+ * Copy the alpha argument structure.
*/
static char *
copy_alpha_args(char *args)
diff --git a/lib/libform/type_enum.c b/lib/libform/type_enum.c
index e30e63183f3..f1a31d02336 100644
--- a/lib/libform/type_enum.c
+++ b/lib/libform/type_enum.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_enum.c,v 1.8 2004/03/22 18:59:48 jdc Exp $ */
+/* $NetBSD: type_enum.c,v 1.9 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: type_enum.c,v 1.8 2004/03/22 18:59:48 jdc Exp $");
+__RCSID("$NetBSD: type_enum.c,v 1.9 2004/04/23 02:58:27 simonb Exp $");
#include <ctype.h>
#include <stdlib.h>
@@ -125,7 +125,7 @@ create_enum_args(va_list *args)
}
/*
- * Copy the the enum argument structure.
+ * Copy the enum argument structure.
*/
static char *
copy_enum_args(char *args)
diff --git a/lib/libform/type_integer.c b/lib/libform/type_integer.c
index bd6b37a0065..5c8dbfdc39f 100644
--- a/lib/libform/type_integer.c
+++ b/lib/libform/type_integer.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_integer.c,v 1.5 2003/03/09 00:57:19 lukem Exp $ */
+/* $NetBSD: type_integer.c,v 1.6 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: type_integer.c,v 1.5 2003/03/09 00:57:19 lukem Exp $");
+__RCSID("$NetBSD: type_integer.c,v 1.6 2004/04/23 02:58:27 simonb Exp $");
#include <stdlib.h>
#include <strings.h>
@@ -70,7 +70,7 @@ create_integer_args(va_list *args)
}
/*
- * Copy the the integer argument structure.
+ * Copy the integer argument structure.
*/
static char *
copy_integer_args(char *args)
diff --git a/lib/libform/type_numeric.c b/lib/libform/type_numeric.c
index 84aa96d57c8..20a9a09af48 100644
--- a/lib/libform/type_numeric.c
+++ b/lib/libform/type_numeric.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_numeric.c,v 1.5 2003/03/09 00:57:20 lukem Exp $ */
+/* $NetBSD: type_numeric.c,v 1.6 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: type_numeric.c,v 1.5 2003/03/09 00:57:20 lukem Exp $");
+__RCSID("$NetBSD: type_numeric.c,v 1.6 2004/04/23 02:58:27 simonb Exp $");
#include <stdlib.h>
#include <string.h>
@@ -70,7 +70,7 @@ create_numeric_args(va_list *args)
}
/*
- * Copy the the numeric argument structure.
+ * Copy the numeric argument structure.
*/
static char *
copy_numeric_args(char *args)
diff --git a/lib/libform/type_regex.c b/lib/libform/type_regex.c
index b85afa455bd..ae152dbc095 100644
--- a/lib/libform/type_regex.c
+++ b/lib/libform/type_regex.c
@@ -1,4 +1,4 @@
-/* $NetBSD: type_regex.c,v 1.5 2003/03/09 00:57:20 lukem Exp $ */
+/* $NetBSD: type_regex.c,v 1.6 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: type_regex.c,v 1.5 2003/03/09 00:57:20 lukem Exp $");
+__RCSID("$NetBSD: type_regex.c,v 1.6 2004/04/23 02:58:27 simonb Exp $");
#include <stdlib.h>
#include <sys/types.h>
@@ -74,7 +74,7 @@ create_regex_args(va_list *args)
}
/*
- * Copy the the regex argument structure.
+ * Copy the regex argument structure.
*/
static char *
copy_regex_args(char *args)