diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
commit | 0234cb7c70cd672825ac5760714792f64581ea22 (patch) | |
tree | 4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-i370.c | |
parent | a2e224686a3a8de934930c0be2160f87c9b86e76 (diff) | |
download | gdb-0234cb7c70cd672825ac5760714792f64581ea22.zip gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.bz2 |
* config/tc-hppa.c: Fix comment typos.
* config/tc-i370.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r-- | gas/config/tc-i370.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index ba8e9bb..a1dab87 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -1378,8 +1378,8 @@ add_to_lit_pool (expressionS *exx, char *name, int sz) next_literal_pool_place++; } - /* ???_poolP points to the begining of the literal pool. - * X_add_number is the offset from the begining of the + /* ???_poolP points to the beginning of the literal pool. + * X_add_number is the offset from the beginning of the * literal pool to this expr minus the location of the most * recent .using directive. Thus, the grand total value of the * expression is the distance from .using to the literal. @@ -1661,7 +1661,7 @@ i370_addr_cons (expressionS *exp) } cons_len = (hex_len+1) /2; } - /* I beleive this works even for =XL8'dada0000beeebaaa' + /* I believe this works even for =XL8'dada0000beeebaaa' * which should parse out to X_op == O_big * Note that floats and doubles get represented as * 0d3.14159265358979 or 0f 2.7 @@ -1794,7 +1794,7 @@ i370_ltorg (ignore) #define EMIT_ADDR_CONS_SYMBOLS #ifdef EMIT_ADDR_CONS_SYMBOLS /* create a bogus symbol, add it to the pool ... - * For the most part, I think this is a useless excercise, + * For the most part, I think this is a useless exercise, * except that having these symbol names in the objects * is vaguely useful for debugging ... */ @@ -1846,7 +1846,7 @@ i370_using (ignore) *star = '.'; /* the first arg to using will usually be ".", but it can - * be a more complex exprsssion too ... */ + * be a more complex expression too ... */ expression (&baseaddr); if (star) *star = '*'; @@ -2188,7 +2188,7 @@ md_assemble (str) /* Check for an address constant expression. */ /* We will put PSW-relative addresses in the text section, - * and adress literals in the .data (or other) section. */ + * and address literals in the .data (or other) section. */ else if (i370_addr_cons (&ex)) use_other=1; else if (i370_addr_offset (&ex)) |