summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-03-28 13:09:05 -0700
committerMatt Turner <mattst88@gmail.com>2015-03-28 13:15:49 -0700
commit73514c12ca2d61e1785682ab686206ac13ef0572 (patch)
tree88e2f89c008fa4512bb64d465bb2b73d45f74a3c
parentcbbafd3b7862fe99e5e006922ab600128da27019 (diff)
run.c: Make message read better.
-rw-r--r--run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.c b/run.c
index fd04f1a..414f21d 100644
--- a/run.c
+++ b/run.c
@@ -292,7 +292,7 @@ main(int argc, char **argv)
return -1;
}
- printf("### Running faked as %s ###\n", platform->name);
+ printf("### Compiling for %s ###\n", platform->name);
setenv("INTEL_DEVID_OVERRIDE", platform->pci_id, 1);
argv += 2;
argc -= 2;