From 8566d91d053b964c0aa2341f77a25079edbf8efa Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 2 May 2024 13:59:33 -0400 Subject: [PATCH] cwText.h : Updated comments. --- cwText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwText.h b/cwText.h index 9c4b7de..89a8bf1 100644 --- a/cwText.h +++ b/cwText.h @@ -8,7 +8,7 @@ namespace cw unsigned textLength( const char* s ); // If dst is non-null then dst is always 0-terminated. - // If src will be truncated if srcN > dstN-1. + // src will be truncated if srcN > dstN-1. // If dst is null then null is returned // if src is null then dst[0] = 0. // if srcN is 0 then textLength(src) is used for srcN