summaryrefslogtreecommitdiff
path: root/bfd/bfdwin.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2008-11-20 09:49:00 +0000
committerTristan Gingold <gingold@adacore.com>2008-11-20 09:49:00 +0000
commit63adcc65faa08e461abe22fc0254822a79098b77 (patch)
treeaec0c224f542f73758b49c3d966dd347575b5c9b /bfd/bfdwin.c
parentfef95521c7dfbb5dc6dd99c3de46d992915d8c9e (diff)
downloadbinutils-redhat-63adcc65faa08e461abe22fc0254822a79098b77.tar.gz
2008-11-20 Tristan Gingold <gingold@adacore.com>
* bfdwin.c: Fix comment.
Diffstat (limited to 'bfd/bfdwin.c')
-rw-r--r--bfd/bfdwin.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/bfdwin.c b/bfd/bfdwin.c
index dfe89cb45c..3a35fc91c4 100644
--- a/bfd/bfdwin.c
+++ b/bfd/bfdwin.c
@@ -25,10 +25,8 @@
#include "bfd.h"
#include "libbfd.h"
-/* Currently, if USE_MMAP is undefined, none if the window stuff is
- used. Okay, so it's mis-named. At least the command-line option
- "--without-mmap" is more obvious than "--without-windows" or some
- such. */
+/* Currently, if USE_MMAP is undefined, none of the window stuff is
+ used. Enabled by --with-mmap. */
#ifdef USE_MMAP