GCC Newspaper
JUNE 15, 2026
Date
/
Architectures
Components
Topics
News & Policy
Other
libgfortran

Libgfortran: Correct typos in source files.

This commit fixes typos across multiple libgfortran source files.

This commit resolves typos in various files within the libgfortran directory, including files related to coarray Fortran (CAF), intrinsics, I/O, and runtime support. These changes improve code readability and maintainability.

In Details

This commit addresses typos in various libgfortran files, including CAF (caf/), intrinsics (intrinsics/), I/O (io/), and runtime (runtime/) components. These fixes improve code clarity across the Fortran runtime library.

For Context

This commit cleans up typos in libgfortran, the Fortran runtime library used by GCC. This library provides essential functions for Fortran programs, covering areas like parallel processing with coarrays, intrinsic functions, input/output operations, and general runtime support. Typos in the code, while not functional bugs, can make the code harder to read and maintain.

Filed Under: libgfortrantypocleanup