瀏覽代碼

Fix typo (#169)

Kohei Otsuka 2 年之前
父節點
當前提交
7b38f3713a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -1803,7 +1803,7 @@ But the job of the kernel is not just to respond to process requests.
 Another job, which is every bit as important, is to speak to the hardware connected to the machine.
 
 There are two types of interaction between the CPU and the rest of the computer's hardware.
-The first type is when the CPU gives orders to the hardware, the order is when the hardware needs to tell the CPU something.
+The first type is when the CPU gives orders to the hardware, the other is when the hardware needs to tell the CPU something.
 The second, called interrupts, is much harder to implement because it has to be dealt with when convenient for the hardware, not the CPU.
 Hardware devices typically have a very small amount of RAM, and if you do not read their information when available, it is lost.