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

Libdecnumber: Correct typos in source files.

This commit fixes typos across multiple libdecnumber source files.

This commit corrects typos in various files within libdecnumber, a library for decimal arithmetic. The affected files include decBasic.c, decCommon.c, decContext.c, decNumber.c, and decNumberLocal.h. These changes improve code readability and maintainability.

In Details

This commit resolves typos in libdecnumber, which implements the Decimal Arithmetic Specification. Affected files include core arithmetic routines (decBasic.c, decNumber.c), context management (decContext.c), and internal headers (decNumberLocal.h). These fixes improve code clarity.

For Context

This commit cleans up typos in libdecnumber. The libdecnumber library provides support for arbitrary-precision decimal arithmetic. Clean code improves readability and maintainability.

Filed Under: libdecnumbertypocleanup