gdb: fix python/lib/gdb/__init__.py formatting
[deliverable/binutils-gdb.git] / gdb / ppc-sysv-tdep.c
index c83d47c258aaf9e3d360e4f668b9ef065f471b39..3abb9877e8031c71c96022eac3214a8fc7d39584 100644 (file)
@@ -1326,7 +1326,7 @@ ppc64_sysv_abi_push_freg (struct gdbarch *gdbarch,
       && type->code () == TYPE_CODE_FLT)
     {
       /* Floats and doubles go in f1 .. f13.  32-bit floats are converted
-        to double first.  */
+        to double first.  */
       if (argpos->regcache && argpos->freg <= 13)
        {
          int regnum = tdep->ppc_fp0_regnum + argpos->freg;
This page took 0.024013 seconds and 4 git commands to generate.