Micharl Kohler's spelling fixes

This commit is contained in:
Anthony Green
2010-05-05 20:14:56 -04:00
parent 9dc9a293f3
commit 6309741522
14 changed files with 27686 additions and 4 deletions

View File

@@ -43,7 +43,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__)'
;;