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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to