diff options
Diffstat (limited to 'gcc/ada/g-regpat.adb')
-rw-r--r-- | gcc/ada/g-regpat.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-regpat.adb b/gcc/ada/g-regpat.adb index e7a488a1435..658a3a6a7ed 100644 --- a/gcc/ada/g-regpat.adb +++ b/gcc/ada/g-regpat.adb @@ -34,6 +34,6 @@ -- This package does not require a body, since it is a package renaming. We -- provide a dummy file containing a No_Body pragma so that previous versions --- of the body (which did exist) will not intefere. +-- of the body (which did exist) will not interfere. pragma No_Body; |