From: H.J. Lu Date: Mon, 26 Jan 2009 16:46:03 +0000 (-0800) Subject: Fix a typo. X-Git-Tag: releases/gcc-4.4.0~744 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93f1527a3f84201334303253a3e5a23ade13f0dc;p=thirdparty%2Fgcc.git Fix a typo. From-SVN: r143679 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9899755c452c..da0b76a8a13e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -42,7 +42,7 @@ 2009-01-24 H.J. Lu PR c/38938 - * c-opts.c (c_common_handle_option): Upate warn_pointer_sign + * c-opts.c (c_common_handle_option): Update warn_pointer_sign properly. 2009-01-24 Sebastian Pop