From 47104b9c0ecd2f3fbd5350fcdf60921f4ab9dd23 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 8 Oct 2017 18:10:48 +0200 Subject: [PATCH] vma-iter: Fix typo in last commit. --- lib/vma-iter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5