]> Savannah Git Hosting - gnulib.git/commitdiff
vma-iter: Fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Oct 2017 16:10:48 +0000 (18:10 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Oct 2017 16:10:48 +0000 (18:10 +0200)
lib/vma-iter.c

index 799f037c32fe485ebd2c5a218e9f1e8c571ece29..eac0f60a088739359fdda9967bb596e0da6d2e9f 100644 (file)
@@ -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
      <https://svnweb.freebsd.org/base/head/sys/fs/procfs/procfs_map.c?view=markup>