From 16ffd7c9b28436f2370dc7058f3e071f31cd4edf Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Thu, 12 Feb 2015 09:56:27 +0100 Subject: [PATCH] Comment wording --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 055e75c33..a238458c4 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash -# this is a simple script to make xgboost in MAC nad Linux -# basically, it first try to make with OpenMP, if fails, disable OpenMP and make again -# This will automatically make xgboost for MAC users who do not have openmp support -# In most cases, type make will give what you want +# This is a simple script to make xgboost in MAC and Linux +# Basically, it first try to make with OpenMP, if fails, disable OpenMP and make it again. +# This will automatically make xgboost for MAC users who don't have OpenMP support. +# In most cases, type make will give what you want. # download rabit