diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:45:23 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 05:45:23 +0000 |
commit | 3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1 (patch) | |
tree | 9bb85a1baed965dd85f093ee69c91846a652d465 /libffi/configure | |
parent | b4521bf13e9e9e5c587eec12b280af9181136fe8 (diff) | |
download | gcc-3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1.tar.gz |
Fix spelling errors
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162938 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure index a63368ba1c9..e92677a6b60 100755 --- a/libffi/configure +++ b/libffi/configure @@ -11320,7 +11320,7 @@ TARGETDIR="unknown" case "$host" in alpha*-*-*) TARGET=ALPHA; TARGETDIR=alpha; - # Support 128-bit long double, changable via command-line switch. + # Support 128-bit long double, changeable via command-line switch. HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)' ;; |