aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2018-02-16 14:18:16 +0100
committerMichael Schmidt <github@mschmidt.me>2018-02-16 14:18:16 +0100
commit95395781f2cc8ae8cd4e9a167795f594e3b6dc23 (patch)
tree438d95d22ce144b77e8efa3988b9b255ea37f3b8 /configure
parent16608ca8c91d51fb48a6a55f22d392420d727b63 (diff)
downloadcompcert-95395781f2cc8ae8cd4e9a167795f594e3b6dc23.tar.gz
compcert-95395781f2cc8ae8cd4e9a167795f594e3b6dc23.zip
Fix typo in comment
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d4d8f01..75c6227f 100755
--- a/configure
+++ b/configure
@@ -348,7 +348,7 @@ if test "$arch" = "x86" -a "$bitsize" = "32"; then
fi
#
-# IA32 (64 bits) Target Configuration
+# x86 (64 bits) Target Configuration
#
if test "$arch" = "x86" -a "$bitsize" = "64"; then