ソースを参照

Kernel: Fix small typo in inline comment

rileylyman 4 年 前
コミット
640db93bdd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Kernel/Arch/x86/Processor.h

+ 1 - 1
Kernel/Arch/x86/Processor.h

@@ -96,7 +96,7 @@ struct DeferredCallEntry {
 };
 
 class Processor;
-// Note: We only support processors at most at the moment,
+// Note: We only support 8 processors at most at the moment,
 // so allocate 8 slots of inline capacity in the container.
 using ProcessorContainer = Array<Processor*, 8>;