diff options
Diffstat (limited to 'gdb/target-descriptions.c')
-rw-r--r-- | gdb/target-descriptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target-descriptions.c b/gdb/target-descriptions.c index f4213bf..f83c2f9 100644 --- a/gdb/target-descriptions.c +++ b/gdb/target-descriptions.c @@ -1758,7 +1758,7 @@ record_xml_tdesc (const char *xml_file, const struct target_desc *tdesc) } -/* Test the convesion process of a target description to/from xml: Take a target +/* Test the conversion process of a target description to/from xml: Take a target description TDESC, convert to xml, back to a description, and confirm the new tdesc is identical to the original. */ static bool |