bfd/
[deliverable/binutils-gdb.git] / bfd / aout-ns32k.c
index 0972b5db187b294aa2841a81f800644aa7682bc6..1ac8d710a8ea32b073e6f0abd1137bf2bdd3b285 100644 (file)
@@ -65,12 +65,12 @@ MY(put_reloc) PARAMS ((bfd *, int, int, bfd_vma, reloc_howto_type *,
                       struct reloc_std_external *));
 
 /* The ns32k series is ah, unusual, when it comes to relocation.
-   There are three storage methods for relocateable objects.  There
+   There are three storage methods for relocatable objects.  There
    are displacements, immediate operands and ordinary twos complement
    data. Of these, only the last fits into the standard relocation
    scheme.  Immediate operands are stored huffman encoded and
    immediate operands are stored big endian (where as the natural byte
-   order is little endian for this achitecture).
+   order is little endian for this architecture).
 
    Note that the ns32k displacement storage method is orthogonal to
    whether the relocation is pc relative or not. The "displacement"
This page took 0.024081 seconds and 4 git commands to generate.