changeset 38891:c1716f2f8884

vma-iter: Fix typo in last commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 Oct 2017 18:10:48 +0200
parents 043f44add7c1
children b7bad8a2bcc8
files lib/vma-iter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
      <https://svnweb.freebsd.org/base/head/sys/fs/procfs/procfs_map.c?view=markup>