diff options
Diffstat (limited to 'gcc/ada/gcc-interface/decl.c')
-rw-r--r-- | gcc/ada/gcc-interface/decl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gcc-interface/decl.c b/gcc/ada/gcc-interface/decl.c index b45033f..419db6b 100644 --- a/gcc/ada/gcc-interface/decl.c +++ b/gcc/ada/gcc-interface/decl.c @@ -180,7 +180,7 @@ static void rest_of_type_decl_compilation_no_defer (tree); static void finish_fat_pointer_type (tree, tree); /* The relevant constituents of a subprogram binding to a GCC builtin. Used - to pass around calls performing profile compatibilty checks. */ + to pass around calls performing profile compatibility checks. */ typedef struct { Entity_Id gnat_entity; /* The Ada subprogram entity. */ @@ -3962,7 +3962,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition) { gnu_builtin_decl = builtin_decl_for (gnu_ext_name); - /* Unability to find the builtin decl most often indicates a + /* Inability to find the builtin decl most often indicates a genuine mistake, but imports of unregistered intrinsics are sometimes issued on purpose to allow hooking in alternate bodies. We post a warning conditioned on Wshadow in this case, @@ -8297,7 +8297,7 @@ intrin_return_compatible_p (intrin_binding_t * inb) compatible. Issue relevant warnings when they are not. This is intended as a light check to diagnose the most obvious cases, not - as a full fledged type compatiblity predicate. It is the programmer's + as a full fledged type compatibility predicate. It is the programmer's responsibility to ensure correctness of the Ada declarations in Imports, especially when binding straight to a compiler internal. */ |