aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2016-05-10 12:09:01 +0200
committerMichael Schmidt <github@mschmidt.me>2016-05-10 12:09:01 +0200
commit470f207e9229b73dcaea889c531b016a34df3cc5 (patch)
treeca6087f44463c40aea49e8d2efadcaa059c2784a
parentabc067fedfaa6ad3e8b5991588ed48c4c385cfc0 (diff)
downloadcompcert-kvx-470f207e9229b73dcaea889c531b016a34df3cc5.tar.gz
compcert-kvx-470f207e9229b73dcaea889c531b016a34df3cc5.zip
fix typo in comment
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 126c37db..30ee7fcc 100755
--- a/configure
+++ b/configure
@@ -193,7 +193,7 @@ case "$target" in
clinker_options="-m32"
libmath="-lm";;
ia32-macosx)
- # kernel major versions count upwards from 4 for OSX 10.0 to 11 for OSX 10.11
+ # kernel major versions count upwards from 4 for OSX 10.0 to 15 for OSX 10.11
kernel_major=`uname -r | cut -d "." -f 1`
arch="ia32"
model="sse2"