# HG changeset patch # User Bruno Haible # Date 1507479048 -7200 # Node ID c1716f2f8884ddb1d485560524db1bc0daab4af8 # Parent 043f44add7c125a412ee2413e085f70b4a403fb9 vma-iter: Fix typo in last commit. diff -r 043f44add7c1 -r c1716f2f8884 lib/vma-iter.c --- a/lib/vma-iter.c Sun Oct 08 17:54:59 2017 +0200 +++ b/lib/vma-iter.c Sun Oct 08 18:10:48 2017 +0200 @@ -782,7 +782,7 @@ #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