summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index dfb4866ad40..f28fadf56cf 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: main.c,v 1.65 2004/04/21 13:17:49 jmc Exp $ */
+/* $OpenBSD: main.c,v 1.66 2005/02/17 02:37:21 jolan Exp $ */
/* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */
/*
@@ -525,7 +525,7 @@ main(int argc, char **argv)
*
* Once things are initted,
* have to add the original directory to the search path,
- * and modify the paths for the Makefiles apropriately. The
+ * and modify the paths for the Makefiles appropriately. The
* current directory is also placed as a variable for make scripts.
*/
mdpath = NULL;