From 45182eb4d447a6fbf5f76538326e1a944880ea52 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 22 Feb 2022 13:09:33 +0000 Subject: unposted: Fix some typos and markup. --- Src/string.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src/string.c') diff --git a/Src/string.c b/Src/string.c index 9e14ef949..5f439926e 100644 --- a/Src/string.c +++ b/Src/string.c @@ -103,7 +103,10 @@ wcs_ztrdup(const wchar_t *s) #endif /* MULTIBYTE_SUPPORT */ -/* concatenate s1, s2, and s3 in dynamically allocated buffer */ +/* Concatenate s1, s2, and s3 into dynamically allocated buffer. + * + * To concatenate four or more strings, see zjoin(). + */ /**/ mod_export char * -- cgit v1.2.3