From 4b55e5d2c9c234230de84e19fee7f16be087960d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 29 May 2021 10:19:30 -0700 Subject: [PATCH] * stackvma.c: Fix misspelled comment. --- lib/stackvma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/stackvma.c b/lib/stackvma.c index ba3c7d305b..cc032cf3f9 100644 --- a/lib/stackvma.c +++ b/lib/stackvma.c @@ -321,7 +321,7 @@ rof_close (struct rofile *rof) /* Iterate through the virtual memory areas of the current process, by reading from the /proc file system. */ -/* This code is a simplied copy (no handling of protection flags) of the +/* This code is a simplified copy (no handling of protection flags) of the code in gnulib's lib/vma-iter.c. */ #if defined __linux__ || defined __ANDROID__ \ @@ -1559,7 +1559,7 @@ callback (struct callback_locals *locals, uintptr_t start, uintptr_t end) the iteration terminates prematurely. This function may open file descriptors, but does not call malloc(). Return 0 if all went well, or -1 in case of error. */ -/* This code is a simplied copy (no handling of protection flags) of the +/* This code is a simplified copy (no handling of protection flags) of the code in gnulib's lib/vma-iter.c. */ static int vma_iterate (struct callback_locals *locals) @@ -2017,7 +2017,7 @@ callback (struct callback_locals *locals, uintptr_t start, uintptr_t end) the iteration terminates prematurely. This function may open file descriptors, but does not call malloc(). Return 0 if all went well, or -1 in case of error. */ -/* This code is a simplied copy (no handling of protection flags) of the +/* This code is a simplified copy (no handling of protection flags) of the code in gnulib's lib/vma-iter.c. */ static int vma_iterate (struct callback_locals *locals) -- 2.39.5