alloc-pool.c: Fix comment formatting.
[gcc.git] / gcc / diagnostic.c
index 1312ca9924e5300088fab0245e63428afdc2263b..fa52cd825080ae90a180082a48b415e6552abfc2 100644 (file)
@@ -486,7 +486,7 @@ output_format (output_buffer *buffer, text_info *text)
         default:
           break;
         }
-      /* We don't support precision behond that of "long long".   */
+      /* We don't support precision behond that of "long long".  */
       if (precision > 2)
         abort();