From: Bernd Edlinger Date: Fri, 16 Jan 2015 18:02:25 +0000 (+0000) Subject: oops.. fixed typo in ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55d9ceab20a8043ff8444aac8f243dacf04c8138;p=gcc.git oops.. fixed typo in ChangeLog From-SVN: r219762 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae633bf2f10..4c7441dbf3e 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