diff options
author | Paul Eggert <eggert@gnu.org> | 1993-01-11 05:12:26 +0000 |
---|---|---|
committer | Paul Eggert <eggert@gnu.org> | 1993-01-11 05:12:26 +0000 |
commit | d09c632362c881c3afd20cd730993e590e06d9be (patch) | |
tree | f2225a39c9e4fb3d85bc5a127528d8bbd087c533 /gcc | |
parent | 8268133ae502c003796c87385c9d2afd26db1e35 (diff) | |
download | gcc-d09c632362c881c3afd20cd730993e590e06d9be.zip gcc-d09c632362c881c3afd20cd730993e590e06d9be.tar.gz gcc-d09c632362c881c3afd20cd730993e590e06d9be.tar.bz2 |
# Fix misspellings in comments.
From-SVN: r3190
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h index b7c53f2..59c2ea5 100644 --- a/gcc/objc/hash.h +++ b/gcc/objc/hash.h @@ -145,7 +145,7 @@ void *hash_value_for_key (cache_ptr cache, const void *key); Useful hashing functions. - Declared inline for your pleaseure. + Declared inline for your pleasure. ************************************************/ |