]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo spotted by Philip Waroquiers.
authorJulian Seward <jseward@acm.org>
Thu, 13 Oct 2011 16:11:58 +0000 (16:11 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 13 Oct 2011 16:11:58 +0000 (16:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12141

README.android

index f2a41dc771ad199d270673fceae9ee02c1c122fc..e3228576e8b7564033608304c3a26bbc2ce098df 100644 (file)
@@ -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.