summaryrefslogtreecommitdiff
path: root/gcc/ada/g-trasym.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-trasym.adb')
-rw-r--r--gcc/ada/g-trasym.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-trasym.adb b/gcc/ada/g-trasym.adb
index 117dcc2f61e..70e9c538c44 100644
--- a/gcc/ada/g-trasym.adb
+++ b/gcc/ada/g-trasym.adb
@@ -114,7 +114,7 @@ package body GNAT.Traceback.Symbolic is
-- be found. If the executable file name resolution fails, we have no
-- sensible basis to invoke the symbolizer at all.
- -- Protect all this against concurrent accesses explicitely, as the
+ -- Protect all this against concurrent accesses explicitly, as the
-- underlying services are potentially thread unsafe.
TSL.Lock_Task.all;