From: Bruno Haible Date: Sun, 8 Oct 2017 16:10:48 +0000 (+0200) Subject: vma-iter: Fix typo in last commit. X-Git-Tag: v1.0~5875 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47104b9c0ecd2f3fbd5350fcdf60921f4ab9dd23;p=thirdparty%2Fgnulib.git vma-iter: Fix typo in last commit. --- diff --git a/lib/vma-iter.c b/lib/vma-iter.c index 799f037c32..eac0f60a08 100644 --- a/lib/vma-iter.c +++ b/lib/vma-iter.c @@ -782,7 +782,7 @@ vma_iterate (vma_iterate_callback_fn callback, void *data) #if defined __linux__ || defined __FreeBSD_kernel__ || defined __FreeBSD__ || defined __DragonFly__ || defined __NetBSD__ /* || defined __CYGWIN__ */ # if defined __FreeBSD__ - /* On FreeBSD with procfs (but not GNU/kFreeBSD, which uses libprocfs), the + /* On FreeBSD with procfs (but not GNU/kFreeBSD, which uses linprocfs), the function vma_iterate_proc does not return the virtual memory areas that were created by anonymous mmap. See