Skip to content

Commit

Permalink
fix typo: assebler -> assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
stuij committed Apr 11, 2023
1 parent 921d572 commit 3f3024b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aaelf64-morello/aaelf64-morello.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ symbol in the next 8 bytes:

``tlsoffset(sym)`` denotes the offset in the static TLS block of the symbol
``sym``, while sizeof(sym) denotes the size of the symbol ``sym``. These are
not valid assebler directives.
not valid assembler directives.

The relaxation is performed by:

Expand Down Expand Up @@ -1124,7 +1124,7 @@ symbol in the next 8 bytes:

``tlsoffset(sym)`` denotes the offset in the static TLS block of the symbol
``sym``, while sizeof(sym) denotes the size of the symbol ``sym``. These are
not valid assebler directives.
not valid assembler directives.

The relaxed sequence is:

Expand Down

0 comments on commit 3f3024b

Please sign in to comment.