changeset 1384:0e1b0c8f33c8

Fix a little typo
author Alessio Igor Bogani <alessiogirobogani@gmail.com>
date Wed, 15 Jun 2011 23:21:12 +0200
parents 609ef233c55e
children 7b0f7d63190a
files www/README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/README	Thu Jun 16 13:20:43 2011 -0500
+++ b/www/README	Wed Jun 15 23:21:12 2011 +0200
@@ -32,7 +32,7 @@
     - Run "cat /proc/cpuinfo" to confirm the emulator is running.
 
     - Run "gcc -lpthread /usr/src/thread-hello2.c" (and run the resulting
-      "./aout" file) to confirm the native toolchain works.
+      "./a.out" file) to confirm the native toolchain works.
 
     - Type "exit" when done.