Skip to content

Commit 9f944ab

Browse files
authored
fix(docs): typo
1 parent e9c72aa commit 9f944ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ As [Chapter 10](https://github.com/below/HelloSilicon#chapter-10) focusses on bu
168168

169169
Be aware that the function numbers are not only different, but on Darwin, they are considered private and subject to change.
170170

171-
## Chapter 4: Controlling Programm Flow
171+
## Chapter 4: Controlling Program Flow
172172

173173
Besides the common changes, we face a new issue which is described in the book in Chapter 5: Darwin does not like `LDR X1, =symbol`, it will produce the error `ld: Absolute addressing not allowed in arm64 code`. If we use `ASR X1, symbol`, as suggested in Chapter 3 of the book, our data has to be in the read-only `.text` section. In this sample however, we want writable data.
174174

0 commit comments

Comments
 (0)