]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo spotted by John Reiser.
authorJulian Seward <jseward@acm.org>
Sun, 5 Aug 2012 14:59:39 +0000 (14:59 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 5 Aug 2012 14:59:39 +0000 (14:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12841

docs/xml/manual-core.xml

index 109ad06ad1757707fd471b972f5fec765f488dcf..b0916b156789edf429b62e81975c361c572fbb8c 100644 (file)
@@ -2227,7 +2227,7 @@ subject to the following constraints:</para>
    instructions.  If the translator encounters these, Valgrind will
    generate a SIGILL when the instruction is executed.  Apart from
    that, on x86 and amd64, essentially all instructions are supported,
-   up to and including AVX abd AES in 64-bit mode and SSSE3 in 32-bit
+   up to and including AVX and AES in 64-bit mode and SSSE3 in 32-bit
    mode.  32-bit mode does in fact support the bare minimum SSE4
    instructions to needed to run programs on MacOSX 10.6 on 32-bit
    targets.