svn commit: r357681 - head/lib/libc/string

Eitan Adler eadler at FreeBSD.org
Sat Feb 8 20:56:38 UTC 2020


Author: eadler
Date: Sat Feb  8 20:56:38 2020
New Revision: 357681
URL: https://svnweb.freebsd.org/changeset/base/357681

Log:
  memset.3: fix a a duplicate word

Modified:
  head/lib/libc/string/memset.3

Modified: head/lib/libc/string/memset.3
==============================================================================
--- head/lib/libc/string/memset.3	Sat Feb  8 15:52:20 2020	(r357680)
+++ head/lib/libc/string/memset.3	Sat Feb  8 20:56:38 2020	(r357681)
@@ -63,7 +63,7 @@ Undefined behaviour from
 .Fn memset ,
 resulting from storage overflow, will occur if
 .Fa len
-is greater than the the length of buffer
+is greater than the length of buffer
 .Fa dest .
 The behaviour is also undefined if
 .Fa dest


More information about the svn-src-all mailing list