diff options
Diffstat (limited to 'gdb/tramp-frame.h')
-rw-r--r-- | gdb/tramp-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index 3f73e85..54d5261 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -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. */ |