diff --git a/docs/linux_kernel_development/1.empty.md b/docs/linux_kernel_development/1.empty.md index 7eb8110..55a0bac 100644 --- a/docs/linux_kernel_development/1.empty.md +++ b/docs/linux_kernel_development/1.empty.md @@ -5,7 +5,7 @@ a message when it is unloaded. ## Tree Structure -Kernel module are split imn two cageories: +Kernel modules are split into two categories: - *in tree* - modules that reside within the kernel's source code tree - *out of tree* - modules that are built outside the kernel