From 8291138a99fb31b6c919a354abfde7925acab50c Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sat, 18 Apr 2015 17:41:31 +0000 Subject: [PATCH] Fix a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15110 --- coregrind/pub_core_threadstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/pub_core_threadstate.h b/coregrind/pub_core_threadstate.h index ba75f14678..230c41d6d5 100644 --- a/coregrind/pub_core_threadstate.h +++ b/coregrind/pub_core_threadstate.h @@ -42,7 +42,7 @@ #include "pub_tool_threadstate.h" #include "pub_core_libcsetjmp.h" // VG_MINIMAL_JMP_BUF #include "pub_core_vki.h" // vki_sigset_t -#include "pub_core_guest.h" // VexGuestAMD64State etc. +#include "pub_core_guest.h" // VexGuestArchState #include "libvex.h" // LibVEX_N_SPILL_BYTES -- 2.47.3