C-Family, C: Fix Typographical Errors in Various Files
This commit corrects typos in the C language family and C-specific files, enhancing code readability.
This commit rectifies typographical errors across multiple files within the C language family and C-specific code. The changes include fixes in c-attribs.cc, c-common.cc, c-common.h, c-cppbuiltin.cc, c-format.cc, c-omp.cc, c-opts.cc, c-ubsan.cc, c-decl.cc, c-fold.cc, c-parser.cc, c-tree.h, c-typeck.cc, and gimple-parser.cc. These corrections enhance code readability and maintainability, improving overall code quality.
In Details
The c-family directory contains code shared between C, C++, and Objective-C frontends. The c directory contains code specific to the C language. These files handle attributes, common code, builtins, formatting, OpenMP support, options, UBSan instrumentation, declarations, folding, parsing, tree structures, type checking, and GIMPLE parsing. Correcting typos improves the clarity and maintainability of the code.
For Context
GCC supports multiple languages, including C. This commit improves the quality of the C language support in GCC by correcting typos in the source code. Some of the files are shared with other languages in the C family, while others are specific to C. These corrections make the code easier to read and understand.