From 52a216fbcbfeac44d1e14234861446ebd3566ed9 Mon Sep 17 00:00:00 2001 From: Sheldon Rupp Date: Sat, 5 Sep 2015 21:29:24 +0200 Subject: [PATCH] Typo Change KB to MB due to typo. --- setup/preflight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/preflight.sh b/setup/preflight.sh index 90d36cc1..26df3ed1 100644 --- a/setup/preflight.sh +++ b/setup/preflight.sh @@ -19,7 +19,7 @@ fi # Check that we have enough memory. # -# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 KB, +# /proc/meminfo reports free memory in kibibytes. Our baseline will be 768 MB, # which is 750000 kibibytes. # # Skip the check if we appear to be running inside of Vagrant, because that's really just for testing.