From 95395781f2cc8ae8cd4e9a167795f594e3b6dc23 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Fri, 16 Feb 2018 14:18:16 +0100 Subject: Fix typo in comment --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit