Fix a typo in a comment (cgraph.c:cgraph_thunk_info)
authorPierre-Marie de Rodat <derodat@adacore.com>
Mon, 18 Sep 2017 06:42:23 +0000 (06:42 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 18 Sep 2017 06:42:23 +0000 (06:42 +0000)
gcc/
* cgraph.h (cgraph_thunk_info): Fix a typo in a comment.

From-SVN: r252904

gcc/ChangeLog
gcc/cgraph.h

index 43812c29af8e383594bc5f2d2d91895ab747cb7c..d357e203e5e331ced62f71a5638c5fbaca411f98 100644 (file)
@@ -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
index c668b37ef828db020166221eb6f9f39137f9e676..7daca1e40cccc334e407caa88e3ce2453c66cb8b 100644 (file)
@@ -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;