Commit 3284 listed Bugzilla 148000 which is incorrect.
Tweeked comments so the file VEX/priv/guest_ppc_toIR.c can be committed again.
The correct bugzilla is 372185.
git-svn-id: svn://svn.valgrind.org/vex/trunk@3285
#define VSX_XX3_LEN (sizeof vsx_xx3 / sizeof *vsx_xx3)
-// ATTENTION: This search functions assumes vsx_all array is sorted.
+/* ATTENTION: These search functions assumes vsx_xx2 and vsx_xx3 arrays
+ * are sorted.
+ */
static Int findVSXextOpCode_xx2(UInt opcode)
{
Int low, mid, high;