Ada: Fix typos in various files
This commit corrects typos across multiple Ada-related files in the GCC project.
This commit rectifies typos present in various Ada-related files, including source code, documentation, and build configurations. The changes span across different aspects of the Ada implementation, from runtime components (adaint.c, rtinit.c) to documentation (gnat_rm.texi, gnat_ugn.texi) and build-related files. This improves code readability and documentation accuracy.
In Details
Fixes typos in Ada runtime sources, documentation, and build files.
For Context
This commit focuses on improving the quality of the Ada language support within GCC. The Ada language, known for its reliability and safety features, requires precise and clear documentation and code. Typos can introduce ambiguity and confusion, hindering developers. This change ensures that the Ada components of GCC are well-maintained and easy to understand.