aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/restrict.adb
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-03-02 09:58:20 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2021-06-16 04:43:03 -0400
commite027681d90cee11d082fefb937b0233de81e9e7b (patch)
treec26591914ed1ba6e52cc07a0da2c1fff32b6827d /gcc/ada/restrict.adb
parent7ef1d8e88bb7aa9fa148a63bec25b740b5d997c8 (diff)
downloadgcc-e027681d90cee11d082fefb937b0233de81e9e7b.zip
gcc-e027681d90cee11d082fefb937b0233de81e9e7b.tar.gz
gcc-e027681d90cee11d082fefb937b0233de81e9e7b.tar.bz2
[Ada] Fix typos in all occurrences of "occuring" in GNAT
gcc/ada/ * restrict.adb, sem_attr.adb, types.ads: Fix typos in "occuring"; refill comment as necessary.
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r--gcc/ada/restrict.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb
index 60faa2a..3592230 100644
--- a/gcc/ada/restrict.adb
+++ b/gcc/ada/restrict.adb
@@ -66,7 +66,7 @@ package body Restrict is
No_Specification_Of_Aspects : array (Aspect_Id) of Source_Ptr :=
(others => No_Location);
- -- Entries in this array are set to point to a previously occuring pragma
+ -- Entries in this array are set to point to a previously occurring pragma
-- that activates a No_Specification_Of_Aspect check.
No_Specification_Of_Aspect_Warning : array (Aspect_Id) of Boolean :=