* i386-nat.c: Fix typo in comment. Re-introduce paranoiac.

* i386obsd-tdep.c: Correct spelling in comment.
* i386nbsd-tdep.c: Correct spelling in comment.
* sparc-tdep.c: Correct spelling in comments.
This commit is contained in:
Mark Kettenis
2004-03-05 20:58:00 +00:00
parent 68715859c7
commit f2e7c15d99
5 changed files with 13 additions and 6 deletions

View File

@ -236,7 +236,7 @@ i386nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
tdep->struct_return = reg_struct_return;
/* NetBSD has a `struct sigcontext' that's different from the
origional 4.3 BSD. */
original 4.3 BSD. */
tdep->sc_reg_offset = i386nbsd_sc_reg_offset;
tdep->sc_num_regs = ARRAY_SIZE (i386nbsd_sc_reg_offset);
}