diff options
Diffstat (limited to 'gdb/mdebugread.h')
-rw-r--r-- | gdb/mdebugread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h index d70fdf9..71427cb 100644 --- a/gdb/mdebugread.h +++ b/gdb/mdebugread.h @@ -29,8 +29,8 @@ struct mdebug_extra_func_info { - long numargs; /* number of args to procedure (was iopt) */ - PDR pdr; /* Procedure descriptor record */ + long numargs; /* Number of args to procedure (was iopt). */ + PDR pdr; /* Procedure descriptor record. */ }; /* Special symbol found in blocks associated with routines. We can |