diff options
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r-- | gcc/ada/bindgen.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb index bdb864fe3ef..99625301d48 100644 --- a/gcc/ada/bindgen.adb +++ b/gcc/ada/bindgen.adb @@ -2442,7 +2442,7 @@ package body Bindgen is -- When building libraries, the version number of each unit can -- not be computed, since the binder does not know the full list -- of units. Therefore, the 'Version and 'Body_Version - -- attributes can not supported in this case. + -- attributes cannot supported in this case. return; end if; @@ -2510,7 +2510,7 @@ package body Bindgen is -- When building libraries, the version number of each unit can -- not be computed, since the binder does not know the full list -- of units. Therefore, the 'Version and 'Body_Version - -- attributes can not supported. + -- attributes cannot supported. return; end if; |