From: Julian Seward Date: Thu, 13 Oct 2011 16:11:58 +0000 (+0000) Subject: Fix typo spotted by Philip Waroquiers. X-Git-Tag: svn/VALGRIND_3_7_0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8812147820663559e8b9f66ffcb3639593a9f0;p=thirdparty%2Fvalgrind.git Fix typo spotted by Philip Waroquiers. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12141 --- diff --git a/README.android b/README.android index f2a41dc771..e3228576e8 100644 --- a/README.android +++ b/README.android @@ -27,7 +27,7 @@ export NDKROOT=/path/to/android-ndk-r6 # # Currently the only supported value is: nexus_s # -export HWKIND=nexus_t # Samsung Nexus S +export HWKIND=nexus_s # Samsung Nexus S # Then cd to the root of your Valgrind source tree.