]> diplodocus.org Git - nmh/blobdiff - h/mh.h
mhlsbr.c: Flip parse()'s logic. Remove oneline()'s else after break.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8829eb4ccd4343baf3ef2fac382a50ed71f5cd01..a72971dfd3821fdd8690aa1db4adaa671eba5ff3 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -8,7 +8,7 @@
  */
 #define        NOTOK        (-1)       /* syscall()s return this on error */
 #define        OK             0        /*  ditto on success               */
-#define        DONE           1        /* trinary logic                   */
+#define        DONE           1        /* ternary logic                   */
 #define ALL           ""
 
 #define MAXARGS            1000        /* max arguments to exec                */