summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-15 13:02:08 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-15 13:02:08 +0000
commita2b4e85d27d8a34af1ba86a5a6efb8250e005121 (patch)
tree0e3258ee1182cc400ed321b54f6881b7d31abf0c /libgfortran
parent3e8b30c1f6982f6bac3904899a687faae3596f14 (diff)
downloadgcc-a2b4e85d27d8a34af1ba86a5a6efb8250e005121.tar.gz
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 3dc56bce90e..75566268679 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -2,7 +2,7 @@
Paul Brook <paul@codesourcery.com>
* intrinsics/env.c (getenv, get_environmental_variable): Remove
- trailing white space. Uase alloca. Honour trim_name.
+ trailing white space. Use alloca. Honour trim_name.
2004-09-13 Bud Davis <bdavis9659@comcast.net>