summaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-10 04:02:51 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-10 04:02:51 +0000
commit19fdb6d219cdc3ea1495722bc27d42562dcd78c5 (patch)
tree6dd51d99f33ec4a3a2dc9d7c44949743578c53c6 /lib/csu
parentb9b34c1267966b63be8a38ff26f4774aa957eb7d (diff)
duplicate words and spelling fixes in comments
ok miod@
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/m88k/crt0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/m88k/crt0.c b/lib/csu/m88k/crt0.c
index 9e24c29de35..903b05ff0a0 100644
--- a/lib/csu/m88k/crt0.c
+++ b/lib/csu/m88k/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.2 2003/02/28 18:05:51 deraadt Exp $ */
+/* $OpenBSD: crt0.c,v 1.3 2003/03/10 04:02:49 david Exp $ */
/*
* Mach Operating System
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 2003/02/28 18:05:51 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.3 2003/03/10 04:02:49 david Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -69,7 +69,7 @@ static char rcsid[] = "$OpenBSD: crt0.c,v 1.2 2003/02/28 18:05:51 deraadt Exp $"
* | 0x00000000 | <- end-of-ENVP-list marker (not redundant!).
* +-------------------+
*
- * We use 'start:' to grab r31 and and call real_start(argc, argv, envp).
+ * We use 'start:' to grab r31 and call real_start(argc, argv, envp).
* We must do this since the function prologue makes finding the initial
* r31 difficult in C.
*/