1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Fixing type-o in interrupts-10.md

This commit is contained in:
csears 2015-08-16 19:12:05 -04:00
parent 8b2a41b2e6
commit 9e4c2bb544

View File

@ -47,7 +47,7 @@ and will be called by the [initcall](http://kernelnewbies.org/Documents/Initcall
* `arch_initcall`
* `subsys_initcall`
* `fs_initcall`
* `rootfs_initcal`
* `rootfs_initcall`
* `device_initcall`
* `late_initcall`