[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / unittests / rsp-low-selftests.c
index e316a22c74c876d0743e83dd554b8f9bd3e191bc..541d03055258b0fd589c2bb5cd4b3cbf5fba52b4 100644 (file)
@@ -34,7 +34,7 @@ static void test_hex2bin_byte_vector ()
   bv = hex2bin ("");
   SELF_CHECK (bv.size () == 0);
 
-  /* Test a well-formated hex string.  */
+  /* Test a well-formatted hex string.  */
   bv = hex2bin ("abcd01");
   SELF_CHECK (bv.size () == 3);
   SELF_CHECK (bv[0] == 0xab);
This page took 0.02804 seconds and 4 git commands to generate.