* gdbthread.h (struct thread_info): Add comments around
[deliverable/binutils-gdb.git] / gdb / tramp-frame.h
index 07100a5befa44c2c8a3e1185df3a0cb6f39f97e4..54d5261a3c9ec0043566018b8e3ef09036626f12 100644 (file)
@@ -34,7 +34,7 @@ struct trad_frame_cache;
    The only way to identify a trampoline is to perform a brute force
    examination of the instructions at and around the PC.
 
-   This module provides a convent interface for performing that
+   This module provides a convenient interface for performing that
    operation.  */
 
 /* A trampoline descriptor.  */
@@ -66,7 +66,7 @@ struct tramp_frame
   /* Initialize a trad-frame cache corresponding to the tramp-frame.
      FUNC is the address of the instruction TRAMP[0] in memory.  */
   void (*init) (const struct tramp_frame *self,
-               struct frame_info *next_frame,
+               struct frame_info *this_frame,
                struct trad_frame_cache *this_cache,
                CORE_ADDR func);
 };
This page took 0.023499 seconds and 4 git commands to generate.