Add RAII class for blocking gdb signals
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index f4368bbc05573f5348d49bb25191d0a232b9fa96..f83c2f963adb6635027424a51e3aa471e49b768f 100644 (file)
@@ -1747,7 +1747,7 @@ static std::vector<xml_test_tdesc> xml_tdesc;
 
 #if GDB_SELF_TEST
 
-/* See target-descritpions.h.  */
+/* See target-descriptions.h.  */
 
 void
 record_xml_tdesc (const char *xml_file, const struct target_desc *tdesc)
@@ -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
This page took 0.024391 seconds and 4 git commands to generate.