Fixes typos in comments and diagnostics.
Corrects several minor typos across GCC's source code, improving readability and code quality.
This commit addresses several typos found in comments and diagnostic messages throughout the GCC codebase. These fixes improve the overall readability and maintainability of the code. The typos were located in the i386, Ada, M2, and testsuite directories.
In Details
This patch corrects typos in various files: i386-expand.cc, s-regpat.ads, M2GenGCC.mod, pr117416-2.c, and dtoh_TemplateDeclaration.d. While the changes are localized, they demonstrate attention to detail in code quality. No specific expertise is required to understand the changes.
For Context
This commit focuses on improving the quality of the GCC source code by correcting typos in comments and diagnostic messages. While these changes don't affect the functionality of the compiler, they enhance readability and make the code easier to understand and maintain. This type of maintenance is important for ensuring the long-term health and stability of the project.