aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2024-02-22 00:42:59 +0100
committerMarc Poulhiès <poulhies@adacore.com>2024-05-16 10:49:29 +0200
commitbc35098efbfb14cf17f0f79f5dfcb44fdf0975de (patch)
tree788cb240b4cea92d04689eb3c540b386a81e159f
parent48068753771507b4e95f746eaf8b0d0135e6c8ef (diff)
downloadgcc-bc35098efbfb14cf17f0f79f5dfcb44fdf0975de.zip
gcc-bc35098efbfb14cf17f0f79f5dfcb44fdf0975de.tar.gz
gcc-bc35098efbfb14cf17f0f79f5dfcb44fdf0975de.tar.bz2
ada: Fix typo in CUDA error message
Fix typo in error message; semantics is unaffected. gcc/ada/ * gnat_cuda.adb (Remove_CUDA_Device_Entities): Fix typo.
-rw-r--r--gcc/ada/gnat_cuda.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnat_cuda.adb b/gcc/ada/gnat_cuda.adb
index 92576a4..b531c15 100644
--- a/gcc/ada/gnat_cuda.adb
+++ b/gcc/ada/gnat_cuda.adb
@@ -270,7 +270,7 @@ package body GNAT_CUDA is
and then Present (Corresponding_Stub (Parent (Bod)))
then
Error_Msg_N
- ("CUDA_Device not suported on separate subprograms",
+ ("CUDA_Device not supported on separate subprograms",
Corresponding_Stub (Parent (Bod)));
else
Remove (Bod);