Hi tech@,
I found a typo in usr.bin/make/compat.c.
The patch is below.
Best regards,
Caspar Schutijser
Index: compat.c
===================================================================
RCS file: /cvs/src/usr.bin/make/compat.c,v
retrieving revision 1.82
diff -u -r1.82 compat.c
--- compat.c 30 May 2013 08:58:38 -0000 1.82
+++ compat.c 20 Jun 2013 19:35:45 -0000
@@ -139,7 +139,7 @@
return;
}
- /* All the children were made ok. Now youngest poinst to
+ /* All the children were made ok. Now youngest points to
* the newest child, we need to find out
* if we exist and when we were modified last. The criteria
* for datedness are defined by the Make_OODate function. */