diff options
author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-27 16:43:47 +0000 |
---|---|---|
committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-27 16:43:47 +0000 |
commit | 7b1114de77ec46d8f589faa90775348ccdc04ad6 (patch) | |
tree | e2af3c7796bff21b3b46a7b8032e84ded3c20709 /libgfortran | |
parent | 4d66f715d6193759012f4ee9168084612cf8cdf0 (diff) | |
download | gcc-7b1114de77ec46d8f589faa90775348ccdc04ad6.tar.gz |
Fix typo in ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 8b1b53a636b..f416be58eab 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -4,7 +4,7 @@ Define. * intrinsics/ishftc.c: Update copyright years. (ishftc8): Change 'shift' and 'size' to GFC_INTEGER_4. - * intrinsics/mvbits.c: Correcty non-ASCII character in my name. + * intrinsics/mvbits.c: Correct non-ASCII character in my name. Add implementations for GFC_INTEGER_1 and GFC_INTEGER_2. 2004-12-23 Bud Davis <bdavis9659@comcast.net> |