From: Florian Krohm Date: Wed, 6 Jun 2012 12:53:14 +0000 (+0000) Subject: Fix a copy'n paste error spotted by Julian. X-Git-Tag: svn/VALGRIND_3_8_1^2~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9179f2d6dd096d58bbd8a3eef8ffeca0147b081e;p=thirdparty%2Fvalgrind.git Fix a copy'n paste error spotted by Julian. git-svn-id: svn://svn.valgrind.org/vex/trunk@2374 --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 0f82703ac7..22fed0861e 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -1487,8 +1487,8 @@ typedef IRCmpF64Result IRCmpF128Result; /* ------------------ Expressions ------------------ */ -typedef struct _IRQop IRQop; /* forward declaration */ -typedef struct _IRQop IRTriop; /* forward declaration */ +typedef struct _IRQop IRQop; /* forward declaration */ +typedef struct _IRTriop IRTriop; /* forward declaration */ /* The different kinds of expressions. Their meaning is explained below