From 512f6213133906fc73f5dd2865ae973e4412a1f6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 5 Nov 2021 18:56:18 +0100 Subject: consistent end argument name --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 26bf455..776eb20 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ SYNOPSIS stecpy(char *dst, char *end, const char *src); char * - stecpe(char *dst, char *dstend, const char *src, const char *srcend); + stecpe(char *dst, char *end, const char *src, const char *srcend); char * stechr(const char *src, const char *end, int c); @@ -27,7 +27,7 @@ DESCRIPTION truncation, end is returned. stecpe copies the string between src and srcend to dst, but writes no - characters beyond dstend. If any characters are copied, dst will be NUL- + characters beyond end. If any characters are copied, dst will be NUL- terminated and the return value is a pointer to the NUL byte. On truncation, end is returned. -- cgit 1.4.1