From 33b7f697881b159568524c5bab0ab28fb1b2700f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 22 Nov 2003 15:32:28 +0000 Subject: * config/atof-tahoe.c: Fix comment typos. * config/m68k-parse.y: Likewise. * config/obj-aout.c: Likewise. * config/obj-bout.c: Likewise. * config/obj-vms.c: Likewise. * config/tc-tahoe.c: Likewise. * config/tc-tic30.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/te-delt88.h: Likewise. * config/te-delta.h: Likewise. * config/te-generic.h: Likewise. * config/te-macos.h: Likewise. * config/te-ppcnw.h: Likewise. * config/te-psos.h: Likewise. * config/te-sun3.h: Likewise. * config/te-tmips.h: Likewise. * config/xtensa-relax.c: Likewise. --- gas/config/tc-vax.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gas/config/tc-vax.c') diff --git a/gas/config/tc-vax.c b/gas/config/tc-vax.c index 2b336b4..4d44302 100644 --- a/gas/config/tc-vax.c +++ b/gas/config/tc-vax.c @@ -1912,7 +1912,7 @@ vip (vitP, instring) /* * We found a match! So let's pick up as many operands as the * instruction wants, and even gripe if there are too many. - * We expect comma to seperate each operand. + * We expect comma to separate each operand. * We let instring track the text, while p tracks a part of the * struct vot. */ @@ -2201,7 +2201,7 @@ vax_reg_parse (c1, c2, c3, c4) /* 3 chars of register name */ * There were a number of 'mismatched argument type' bugs to vip_op. * The most general solution is to typedef each (of many) arguments. * We used instead a typedef'd argument block. This is less modular - * than using seperate return pointers for each result, but runs faster + * than using separate return pointers for each result, but runs faster * on most engines, and seems to keep programmers happy. It will have * to be done properly if we ever want to use vip_op as a general-purpose * module (it was designed to be). @@ -2385,7 +2385,7 @@ vip_op_defaults (immediate, indirect, displen) * We don't limit your choice of width character. * * DEC operands are hard work to parse. For example, '@' as the first - * character means indirect (deferred) mode but elswhere it is a shift + * character means indirect (deferred) mode but elsewhere it is a shift * operator. * The long-winded explanation of how this is supposed to work is * cancelled. Read a DEC vax manual. @@ -2609,7 +2609,7 @@ vip_op (optext, vopP) */ if (reg < 0) { - /* JF allow parenthasized expressions. I hope this works */ + /* JF allow parenthesized expressions. I hope this works */ paren = 0; while (*q != ')') q++; @@ -2961,7 +2961,7 @@ vip_op (optext, vopP) */ /* - * Case of Rn. We seperate this one because it has a few special + * Case of Rn. We separate this one because it has a few special * errors the remaining modes lack. * * in: at optional -- cgit v1.1