]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix two typos.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 16 Apr 2005 14:58:34 +0000 (14:58 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 16 Apr 2005 14:58:34 +0000 (14:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3531

docs/xml/FAQ.xml

index d5dabca00de254f2e629c05900480f0b73259612..ff8c087b185ad2d7f0f593c954d5a41a90997e2c 100644 (file)
   particularly SSE/SSE2 instructions.  Try a newer Valgrind; we
   now support almost all instructions.  If it still happens with
   newer versions, if the failing instruction is an SSE/SSE2
-  instruction, you might be able to recompile your progrma
+  instruction, you might be able to recompile your program
   without it by using the flag
   <computeroutput>-march</computeroutput> to gcc.  Either way,
   let us know and we'll try to fix it.</para>
    </listitem>
    <listitem>
     <para>allocators belong to the more messy parts of the STL
-    and people went at great lengths to make it portable across
+    and people went to great lengths to make it portable across
     platforms. Chances are good that your solution will work on
     your platform, but not on others.</para>
    </listitem>