summaryrefslogtreecommitdiff
path: root/gcc/ada/g-strhas.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-strhas.ads')
-rw-r--r--gcc/ada/g-strhas.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-strhas.ads b/gcc/ada/g-strhas.ads
index 6a7d251e6f4..c20b678c9fa 100644
--- a/gcc/ada/g-strhas.ads
+++ b/gcc/ada/g-strhas.ads
@@ -34,7 +34,7 @@
-- string hash functions in Ada.Containers.
--
-- The algorithm used here is not appropriate for applications that require
--- cryptographically strong hashes, or for application which wish to use very
+-- cryptographically strong hashes, or for applications that wish to use very
-- wide hash values as pseudo unique identifiers. In such cases please refer
-- to GNAT.SHA1 and GNAT.MD5.