2011-02-25 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 39ac8a8c16ef25050ca99b8b875c7b53f35d43c0..e78acb39a5650b97c38086c07962595da83d92a4 100644 (file)
@@ -333,8 +333,8 @@ print_formatted (struct value *val, int size,
       || TYPE_CODE (type) == TYPE_CODE_NAMESPACE)
     value_print (val, stream, options);
   else
-    /* User specified format, so don't look to the the type to
-       tell us what to do.  */
+    /* User specified format, so don't look to the type to tell us
+       what to do.  */
     val_print_scalar_formatted (type,
                                value_contents_for_printing (val),
                                value_embedded_offset (val),
This page took 0.024818 seconds and 4 git commands to generate.