]> diplodocus.org Git - nmh/blobdiff - sbr/m_getfld.c
Invert ternary condition to remove one negative.
[nmh] / sbr / m_getfld.c
index eb3774111bbf45711d20e929385269dc3a83e172..f5fa9a4ebe93abfcb585b6375f0be6d0e7309282 100644 (file)
@@ -94,7 +94,7 @@
 
    To speed things up considerably, the routine Eom() was made an auxiliary
    function called by the macro eom().  Unless we are bursting a maildrop,
 
    To speed things up considerably, the routine Eom() was made an auxiliary
    function called by the macro eom().  Unless we are bursting a maildrop,
-   the eom() macro returns FALSE saying we aren't at the end of the
+   the eom() macro returns false saying we aren't at the end of the
    message.
 
    The next thing to do is to read the mts.conf file and initialize
    message.
 
    The next thing to do is to read the mts.conf file and initialize