This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: fix comment in bfdwin.c


Hi,

Fix a comment in bfdwin.c (Maybe it can be considered as obvious ?)

Tristan.


bfd: 2008-11-17 Tristan Gingold <gingold@adacore.com>

* bfdwin.c: Fix comment.



*** bfdwin.c	20 Feb 2008 17:42:35 -0000	1.10
--- bfdwin.c	17 Nov 2008 16:58:24 -0000
***************
*** 26,34 ****
  #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.  */

#ifdef USE_MMAP

--- 26,32 ----
  #include "libbfd.h"

  /* Currently, if USE_MMAP is undefined, none if the window stuff is
!    used.  Enabled by --with-mmap.  */

#ifdef USE_MMAP



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]