From f789f8a05aaab1b277b6782674eef29e3e9d9265 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 19 Aug 2014 21:13:14 -0700 Subject: [PATCH] Rephrase --- src/libsodium/include/sodium/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/include/sodium/utils.h b/src/libsodium/include/sodium/utils.h index b0d25cf0..1ac78eb5 100644 --- a/src/libsodium/include/sodium/utils.h +++ b/src/libsodium/include/sodium/utils.h @@ -46,7 +46,7 @@ int sodium_munlock(void * const addr, const size_t len); /* WARNING: sodium_malloc() and sodium_allocarray() are not general-purpose * allocation functions. * - * They return a pointer to a region filled with 0xd0 bytes and immediately + * They return a pointer to a region filled with 0xd0 bytes, immediately * followed by a guard page. * As a result, accessing a single byte after the requested allocation size * will intentionally trigger a segmentation fault.