Skip to content

Commit 4f54d72

Browse files
authored
Merge pull request #1 from ginocontes/ginocontes-typo-1
Fixed typo
2 parents 87a0323 + 8f241a3 commit 4f54d72

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)