From 3af5716f625f5a1e5175a957d734270dae99e8aa Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 15 Jul 2006 22:39:18 +0000 Subject: [PATCH] Improve comment. --- src/libpspp/str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpspp/str.c b/src/libpspp/str.c index 67d189dd..6d25c339 100644 --- a/src/libpspp/str.c +++ b/src/libpspp/str.c @@ -494,7 +494,7 @@ ss_get_until (struct substring *ss, char delimiter, struct substring *out) /* Stores the first CNT characters in SS in OUT (or fewer, if SS is shorter than CNT characters). Trims the same characters - from the beginning of SS. */ + from the beginning of SS. Returns CNT. */ size_t ss_get_chars (struct substring *ss, size_t cnt, struct substring *out) { -- 2.30.2