diff options
Diffstat (limited to 'gdb/target-descriptions.h')
-rw-r--r-- | gdb/target-descriptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target-descriptions.h b/gdb/target-descriptions.h index efe4ebf..5f0b7d5 100644 --- a/gdb/target-descriptions.h +++ b/gdb/target-descriptions.h @@ -177,7 +177,7 @@ const char *tdesc_register_name (struct gdbarch *gdbarch, int regno); struct type *tdesc_register_type (struct gdbarch *gdbarch, int regno); -/* Return the type associated with ID, from the target description. */ +/* Return the type associated with ID, from the target description. */ struct type *tdesc_find_type (struct gdbarch *gdbarch, const char *id); |