From: Bernd Edlinger Date: Fri, 16 Jan 2015 18:02:25 +0000 (+0000) Subject: oops.. fixed typo in ChangeLog X-Git-Tag: releases/gcc-5.1.0~1653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d9ceab20a8043ff8444aac8f243dacf04c8138;p=thirdparty%2Fgcc.git oops.. fixed typo in ChangeLog From-SVN: r219762 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae633bf2f104..4c7441dbf3e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2015-01-16 Bernd Edlinger - * sanititer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters. + * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters. * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update. 2015-01-16 Kyrylo Tkachov