]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix comments about Get_Ranged_Checks
authorRonan Desplanques <desplanques@adacore.com>
Thu, 22 Feb 2024 16:29:24 +0000 (17:29 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 16 May 2024 08:49:30 +0000 (10:49 +0200)
commitfa832b4e799e4db4d815ca9a94e331c55dc2f3b3
treef7ad9ea6e2bbdfe21794a0c45a780fa2352effe2
parent8560a0644da71f5d411ef67382a47278085bad70
ada: Fix comments about Get_Ranged_Checks

Checks.Get_Ranged_Checks was onced named Range_Check, and a few
comments referred to it by that name before this commit. To avoid
confusion with Types.Range_Check, this commits fixes those comments.

gcc/ada/

* checks.ads: Fix comments.
* checks.adb: Likewise.
gcc/ada/checks.adb
gcc/ada/checks.ads