summaryrefslogtreecommitdiff
path: root/lib/vma-iter.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-08 17:54:59 +0200
committerBruno Haible <bruno@clisp.org>2017-10-08 17:54:59 +0200
commitb1b33f906fade8ea2dc6749a91d29dfc7421596d (patch)
tree877274804e0500679a1d939b6d221b2f3ec6d21a /lib/vma-iter.c
parent75548d51922c6aff6e408af5b31bcd64e2e7d521 (diff)
downloadgnulib-b1b33f906fade8ea2dc6749a91d29dfc7421596d.tar.gz
vma-iter: Fix typo in last commit.
Diffstat (limited to 'lib/vma-iter.c')
-rw-r--r--lib/vma-iter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vma-iter.c b/lib/vma-iter.c
index 0845867566..799f037c32 100644
--- a/lib/vma-iter.c
+++ b/lib/vma-iter.c
@@ -333,7 +333,7 @@ rof_close (struct rofile *rof)
/* Support for reading the info from a text file in the /proc file system. */
-# if defined __linux__ || (defined __FreeBSD_kernel__ && !defined __FreeBSD__) /* || defined __CYGWIN__ */
+#if defined __linux__ || (defined __FreeBSD_kernel__ && !defined __FreeBSD__) /* || defined __CYGWIN__ */
/* GNU/kFreeBSD mounts /proc as linprocfs, which looks like a Linux /proc
file system. */