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

Ada: Minor comment fixes.

The Ada compiler's code now contains minor comment fixes, including typos and rewrites.

This commit comprises a couple of typos and a small rewriting in the comments within the Ada compiler’s source code. These changes improve the clarity and accuracy of the comments.

In Details

This commit consists of minor comment fixes in exp_ch3.adb (Expand_N_Object_Declaration). The changes address typos and improve the clarity of the existing comments. The affected file is exp_ch3.adb.

For Context

Comments in code are essential for explaining the purpose and functionality of different parts of the program. This commit addresses minor issues in the comments within the Ada compiler. While not affecting the compiler's behavior, these changes improve the code's readability and maintainability.

Filed Under: adacommentstypo fix