From: Pierre-Marie de Rodat Date: Mon, 18 Sep 2017 06:42:23 +0000 (+0000) Subject: Fix a typo in a comment (cgraph.c:cgraph_thunk_info) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e75a0b311c372629f2bbaebae6e054ba7ca0a0e3;p=gcc.git Fix a typo in a comment (cgraph.c:cgraph_thunk_info) gcc/ * cgraph.h (cgraph_thunk_info): Fix a typo in a comment. From-SVN: r252904 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43812c29af8..d357e203e5e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-09-18 Pierre-Marie de Rodat + + * cgraph.h (cgraph_thunk_info): Fix a typo in a comment. + 2017-09-18 Alan Modra PR target/81996 diff --git a/gcc/cgraph.h b/gcc/cgraph.h index c668b37ef82..7daca1e40cc 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -662,7 +662,7 @@ struct GTY(()) cgraph_thunk_info { * for this-adjusting thunks, after the FIXED_OFFSET based adjustment is done, add to the result the offset found in the vtable at: vptr + VIRTUAL_VALUE - * for result-adjusting thinks, the FIXED_OFFSET adjustment is done after + * for result-adjusting thunks, the FIXED_OFFSET adjustment is done after the virtual one. */ bool virtual_offset_p;