]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Comment tweak.
authorBen Elliston <bje@au.ibm.com>
Tue, 27 Mar 2001 21:37:47 +0000 (21:37 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 27 Mar 2001 21:37:47 +0000 (21:37 +0000)
opcodes/cgen-ibld.in

index 69a5d1116b32d344849c340897bd53782d007728..528e60979cb2d3b28e6572f51117c1a78a877dd1 100644 (file)
@@ -202,10 +202,10 @@ insert_normal (cd, value, attrs, word_offset, start, length, word_length,
 }
 
 /* Default insn builder (insert handler).
-   The instruction is recorded in CGEN_INT_INSN_P byte order
-   (meaning that if CGEN_INT_INSN_P BUFFER is an int * and thus the value is
-   recorded in host byte order, otherwise BUFFER is an array of bytes and the
-   value is recorded in target byte order).
+   The instruction is recorded in CGEN_INT_INSN_P byte order (meaning
+   that if CGEN_INSN_BYTES_PTR is an int * and thus, the value is
+   recorded in host byte order, otherwise BUFFER is an array of bytes
+   and the value is recorded in target byte order).
    The result is an error message or NULL if success.  */
 
 static const char *