]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment.
authorJulian Seward <jseward@acm.org>
Thu, 20 Jan 2005 19:43:56 +0000 (19:43 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 20 Jan 2005 19:43:56 +0000 (19:43 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@729

VEX/pub/libvex_guest_amd64.h

index b70c681c9cd9cf50f86fcf6e118524b8aaf7c7d6..e916617f07338b45272604c2181b653d2596d3b8 100644 (file)
@@ -91,7 +91,8 @@ typedef
 
 /* ALL THE FOLLOWING ARE VISIBLE TO LIBRARY CLIENT */
 
-/* Initialise all guest x86 state.  The FPU is put in default mode. */
+/* Initialise all guest amd64 state.  The FPU is put in default
+   mode. */
 extern
 void LibVEX_GuestAMD64_initialise ( /*OUT*/VexGuestAMD64State* vex_state );