From 2c6df2a98442f44d06c6b236d3eff3865d8df57c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 26 Feb 2012 15:49:31 +0000 Subject: [PATCH] Drop "potentially" from latest ChangeLog entry. --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e4ddbb744..8e9581bc9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -5,7 +5,7 @@ (struct parse_thing): Change all justset to setbool for bool variables. (parse_options): Add a case for setbool setting for bool variables since justset (now setdword) always writes a DWORD value, thus - potentially overwriting adjacent memory locations. + overwriting adjacent memory locations. * external.cc (cygwin_internal): Drop extern declaration. 2012-02-26 Corinna Vinschen