aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPierre-Marie de Rodat <derodat@adacore.com>2017-09-18 06:42:23 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2017-09-18 06:42:23 +0000
commite75a0b311c372629f2bbaebae6e054ba7ca0a0e3 (patch)
tree162518cf5c805e07f8435ff1112bd6e5ca62ff92 /gcc
parent86ab175e01eaff0f32cd19ee4c4a82aeab2bb086 (diff)
downloadgcc-e75a0b311c372629f2bbaebae6e054ba7ca0a0e3.zip
gcc-e75a0b311c372629f2bbaebae6e054ba7ca0a0e3.tar.gz
gcc-e75a0b311c372629f2bbaebae6e054ba7ca0a0e3.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/cgraph.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 43812c2..d357e20 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
+
+ * cgraph.h (cgraph_thunk_info): Fix a typo in a comment.
+
2017-09-18 Alan Modra <amodra@gmail.com>
PR target/81996
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index c668b37..7daca1e 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;