Skip to content

Commit 6e5538a

Browse files
Merge pull request #230 from ginocontes/master
Typo in Lesson 3.3
2 parents 87a0323 + 4f54d72 commit 6e5538a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lesson03/linux/interrupt_controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Now, let's investigate this function in more details.
247247
248248
```
249249

250-
The function starts with the code that reads device base address from the device three and initializes the irq domain. This part should be already familiar to you because we have seen similar code in the local irq controller driver.
250+
The function starts with the code that reads device base address from the device tree and initializes the irq domain. This part should be already familiar to you because we have seen similar code in the local irq controller driver.
251251

252252
```
253253
for (b = 0; b < NR_BANKS; b++) {

0 commit comments

Comments
 (0)