Skip to content

Commit 3f3024b

Browse files
committed
fix typo: assebler -> assembler
1 parent 921d572 commit 3f3024b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aaelf64-morello/aaelf64-morello.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ symbol in the next 8 bytes:
10531053

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

10581058
The relaxation is performed by:
10591059

@@ -1124,7 +1124,7 @@ symbol in the next 8 bytes:
11241124

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

11291129
The relaxed sequence is:
11301130

0 commit comments

Comments
 (0)