diff options
author | jmc <> | 2016-10-07 14:43:13 +0000 |
---|---|---|
committer | jmc <> | 2016-10-07 14:43:13 +0000 |
commit | d918caea3f9eebb169a37279adac06972b4efe2d (patch) | |
tree | c31ba187c65b748e4cbf01f4a0c662d0882bf62c /src | |
parent | 1f5f82198bf666c2ed5d9ded093935edc4e379a7 (diff) | |
download | openbsd-d918caea3f9eebb169a37279adac06972b4efe2d.tar.gz openbsd-d918caea3f9eebb169a37279adac06972b4efe2d.tar.bz2 openbsd-d918caea3f9eebb169a37279adac06972b4efe2d.zip |
grammar fix previous;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 638bcc2b50..7420a9c207 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 | |||
@@ -30,7 +30,7 @@ | |||
30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
31 | .\" SUCH DAMAGE. | 31 | .\" SUCH DAMAGE. |
32 | .\" | 32 | .\" |
33 | .\" $OpenBSD: malloc.3,v 1.96 2016/10/07 12:59:04 otto Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.97 2016/10/07 14:43:13 jmc Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: October 7 2016 $ | 35 | .Dd $Mdocdate: October 7 2016 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
@@ -380,7 +380,7 @@ has been modified. | |||
380 | .It Dq chunk canary corrupted 0xhhhhllll | 380 | .It Dq chunk canary corrupted 0xhhhhllll |
381 | A byte after the requested size has been overwritten, | 381 | A byte after the requested size has been overwritten, |
382 | indicating a heap overflow. | 382 | indicating a heap overflow. |
383 | The high word is the length of the chunk, | 383 | The high word is the length of the chunk; |
384 | the low word is the offset at which corruption was detected. | 384 | the low word is the offset at which corruption was detected. |
385 | .It Dq recursive call | 385 | .It Dq recursive call |
386 | An attempt was made to call recursively into these functions, i.e., from a | 386 | An attempt was made to call recursively into these functions, i.e., from a |