Typo in make

Craig Dooley xlnxminusx at gmail.com
Thu Jun 2 06:27:17 PDT 2005


This fixes a small typo (comand -> command) in make.

Index: usr.bin/make/var.c
===================================================================
RCS file: /home/dcvs/src/usr.bin/make/var.c,v
retrieving revision 1.191
diff -u -r1.191 var.c
--- usr.bin/make/var.c  16 Apr 2005 10:38:37 -0000      1.191
+++ usr.bin/make/var.c  2 Jun 2005 13:23:27 -0000
@@ -480,11 +480,11 @@
        if (v != NULL) {
                /*
                 * Do not allow .EXPORT: to be set on variables
-                * from the comand line or MAKEFLAGS.
+                * from the command line or MAKEFLAGS.
                 */
                Error(
                    "Warning: Did not set .EXPORT: on %s because it "
-                   "is from the comand line or MAKEFLAGS", name);
+                   "is from the command line or MAKEFLAGS", name);
                return;
        }


-- 
-----------------------------------------------------------------------
Craig Dooley <xlnxminusx at xxxxxxxxx>






More information about the Submit mailing list