Reflows lines made longer than 80 characters by typo fixes
This commit reflows lines in various files that exceeded 80 characters due to recent typo fixes.
This commit addresses line length issues introduced by recent typo fixes. Several lines in different files across the GCC codebase were made longer than 80 characters due to the typo corrections. This commit reflows those lines back to meet the 80-character limit.
In Details
This commit reflows long lines in files such as gnathtml.pl, builtins.def, graphite-isl-ast-to-gimple.cc, lto-streamer.h, prime-paths.cc, gfortran.texi, hsa.h, README, simple-object-mach-o.c, and stl_algo.h. No specific area needs extra context.
For Context
This commit addresses code style issues introduced by recent typo fixes. It reflows lines longer than 80 characters, improving code readability. While functional changes are more important, maintaining consistent code style helps developers collaborate more effectively.