Fix a comment line that was too long.
authorMichael Meissner <meissner@linux.ibm.com>
Mon, 22 Feb 2021 20:54:39 +0000 (15:54 -0500)
committerMichael Meissner <meissner@linux.ibm.com>
Mon, 22 Feb 2021 20:54:39 +0000 (15:54 -0500)
libgcc/
2021-02-22  Michael Meissner  <meissner@linux.ibm.com>

* dfp-bit.c (BFP_TO_DFP): Fix a comment line that was too long.

libgcc/dfp-bit.c

index 0b0f9ac..ed14b86 100644 (file)
@@ -643,7 +643,8 @@ BFP_TO_DFP (BFP_TYPE x)
   decContextDefault (&context, CONTEXT_INIT);
   DFP_INIT_ROUNDMODE (context.round);
 
-  /* Use the sprintf library function to write the floating point value to a string.
+  /* Use the sprintf library function to write the floating point value to a
+     string.
 
      If we are handling the IEEE 128-bit floating point on PowerPC, use the
      special function __sprintfkf instead of sprintf.  This function allows us