From c1d5a5217245d6b41ee86620038bc43aa455cd2b Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 9 Dec 2022 14:02:35 -0700 Subject: [PATCH] docs fix. --- src/mem_fns.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mem_fns.rs b/src/mem_fns.rs index cd58f44..f6cad69 100644 --- a/src/mem_fns.rs +++ b/src/mem_fns.rs @@ -496,7 +496,8 @@ pub unsafe extern "C" fn __aeabi_memset( } } -/// Copy between non-exclusive regions, prefer [`__aeabi_memset`] if possible. +/// Write a value to all bytes in the region, prefer [`__aeabi_memset`] if +/// possible. /// /// This is the libc version of a memory set. It's required to return the /// `dest` pointer at the end of the call, which makes it need an extra