aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-06-24 08:27:29 -0700
committerbors-servo <release+servo@mozilla.com>2013-06-24 08:27:29 -0700
commit6df102a117596922055aa3c9d47ffe8c77daf6a0 (patch)
treeab47acb59ddf51a999952fe5a5b323cbc2891233
parent9f3427893121806b7398544f308c1a9c7f42089a (diff)
parentab31e3165d7c2d717b25c3e1a7d246024eff8630 (diff)
downloadservo-6df102a117596922055aa3c9d47ffe8c77daf6a0.tar.gz
servo-6df102a117596922055aa3c9d47ffe8c77daf6a0.zip
auto merge of #537 : GlitchMr/servo/darwin-uname-m, r=metajack
I know that this is very small commit, but I guess it still counts, as comment simply lies.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4fde268cc26..cb7d9e135bf 100755
--- a/configure
+++ b/configure
@@ -203,7 +203,7 @@ CFG_CPUTYPE=$(uname -m)
if [ $CFG_OSTYPE = Darwin -a $CFG_CPUTYPE = i386 ]
then
- # Darwin's `uname -s` lies and always returns i386. We have to use sysctl
+ # Darwin's `uname -m` lies and always returns i386. We have to use sysctl
# instead.
if sysctl hw.optional.x86_64 | grep -q ': 1'
then