summaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:45:23 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-08-06 05:45:23 +0000
commit3220fb876e23d6b3d087e7c5c6a9f5d13f479cd1 (patch)
tree9bb85a1baed965dd85f093ee69c91846a652d465 /libffi/configure
parentb4521bf13e9e9e5c587eec12b280af9181136fe8 (diff)
downloadgcc-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-xlibffi/configure2
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__)'
;;