]> Savannah Git Hosting - gnulib.git/commitdiff
* stackvma.c: Fix misspelled comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 May 2021 17:19:30 +0000 (10:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 May 2021 17:19:52 +0000 (10:19 -0700)
lib/stackvma.c

index ba3c7d305bb78c02bc1afac4272d1305f7010d96..cc032cf3f93c331c7b00e7f6fef0a0250b75e071 100644 (file)
@@ -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)