From: Ben Pfaff Date: Sat, 15 Jul 2006 22:39:18 +0000 (+0000) Subject: Improve comment. X-Git-Tag: v0.6.0~757 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af5716f625f5a1e5175a957d734270dae99e8aa;p=pspp-builds.git Improve comment. --- 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) {