]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typos in comment.
authorJulian Seward <jseward@acm.org>
Thu, 13 Jan 2005 16:36:42 +0000 (16:36 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 13 Jan 2005 16:36:42 +0000 (16:36 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@714

VEX/pub/libvex.h

index 2daff3e92c673013190ef051da51c35b9fba391e..a208f94eeb66e5a7b3ef4f49a726343e6ef19ca5 100644 (file)
@@ -247,7 +247,7 @@ extern void LibVEX_ShowStats ( void );
    %ecx, %edx, %esi, %edi, all the FP registers and control state, and
    all the XMM registers.
 
-   On entry, the FPU control word shouldbe set to 0x027F, and the SSE
+   On entry, the FPU control word should be set to 0x027F, and the SSE
    control word (%mxcsr) should be set to 0x1F80.  On exit, they
    should still have those values (after masking off the lowest 6 bits
    of %mxcsr).  If they don't, there is a bug in VEX-generated code.