diff options
Diffstat (limited to 'gcc/ada/g-dirope.adb')
-rw-r--r-- | gcc/ada/g-dirope.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-dirope.adb b/gcc/ada/g-dirope.adb index 0cccaba2cd2..d34635c62b2 100644 --- a/gcc/ada/g-dirope.adb +++ b/gcc/ada/g-dirope.adb @@ -415,7 +415,7 @@ package body GNAT.Directory_Operations is E := K; - -- Check that first chartacter is a letter + -- Check that first character is a letter if Characters.Handling.Is_Letter (Path (E)) then E := E + 1; |