summaryrefslogtreecommitdiff
path: root/gcc/ada/a-suezst.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-suezst.adb')
-rwxr-xr-xgcc/ada/a-suezst.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-suezst.adb b/gcc/ada/a-suezst.adb
index 0e5bba70a7c..40266fb9266 100755
--- a/gcc/ada/a-suezst.adb
+++ b/gcc/ada/a-suezst.adb
@@ -68,7 +68,7 @@ package body Ada.Strings.UTF_Encoding.Wide_Wide_Strings is
procedure Get_Continuation;
-- Reads a continuation byte of the form 10xxxxxx, shifts R left
-- by 6 bits, and or's in the xxxxxx to the low order 6 bits. On
- -- return Ptr is incremented. Raises exceptioon if continuation
+ -- return Ptr is incremented. Raises exception if continuation
-- byte does not exist or is invalid.
----------------------