diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-03-27 21:37:47 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-03-27 21:37:47 +0000 |
commit | 0e70c820dde52fc7d829eb54a802bc1495d177d0 (patch) | |
tree | 7719df5ac0a77d58ba8cbb082a8d3264c6249e42 /opcodes/cgen-ibld.in | |
parent | 3172dc307bfd4eca0675c7343aa94eae02eb40e2 (diff) | |
download | gdb-0e70c820dde52fc7d829eb54a802bc1495d177d0.zip gdb-0e70c820dde52fc7d829eb54a802bc1495d177d0.tar.gz gdb-0e70c820dde52fc7d829eb54a802bc1495d177d0.tar.bz2 |
* Comment tweak.
Diffstat (limited to 'opcodes/cgen-ibld.in')
-rw-r--r-- | opcodes/cgen-ibld.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in index 69a5d11..528e609 100644 --- a/opcodes/cgen-ibld.in +++ b/opcodes/cgen-ibld.in @@ -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 * |