]> datadissipation.net git - ust.git/commitdiff
fixed a garbled comment
authorgit <redacted>
Wed, 18 Feb 2026 12:45:14 +0000 (07:45 -0500)
committergit <redacted>
Wed, 18 Feb 2026 12:45:14 +0000 (07:45 -0500)
ust.c

diff --git a/ust.c b/ust.c
index 7d5ac69f8306a830c6a15e8e99cdace5a0fe50d2..e6e87bc5e53197435f76d4ae216e2f42d5bcbcc3 100644 (file)
--- a/ust.c
+++ b/ust.c
@@ -69,7 +69,7 @@ static void die(int code, const char *msg, ...);
 
 static Args bsargs = {DEL, DEL, 0};
 static Args nocrargs = {CR, 0, 0};
-static Args nolfargs = {LF, '\0', 0}; /* null-terminator to use*/
+static Args nolfargs = {LF, '\0', 0}; /* null-terminator is for use inside `getcmd()` */
 static Args lfincrargs = {CR, LF, 1};
 static Args crinlfargs = {LF, CR, -1};
 static const unsigned int uintmax = ~(unsigned int)0; /* unsigned -1 to return on error */