diff options
Diffstat (limited to 'gcc/ada/g-sha224.ads')
-rw-r--r-- | gcc/ada/g-sha224.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-sha224.ads b/gcc/ada/g-sha224.ads index c7084e82bb2..4b81112bbdb 100644 --- a/gcc/ada/g-sha224.ads +++ b/gcc/ada/g-sha224.ads @@ -29,7 +29,7 @@ -- -- ------------------------------------------------------------------------------ --- This package implaments the SHA-224 secure hash function as decsribed in +-- This package implements the SHA-224 secure hash function as described in -- FIPS PUB 180-3. The complete text of FIPS PUB 180-3 can be found at: -- http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf |