1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

Merge pull request #168 from csears/patch-1

Fixing type-o in interrupts-10.md
This commit is contained in:
0xAX 2015-08-17 13:45:00 +06:00
commit aa61d92b32

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`