diff --git a/Kernel/Arch/x86/Processor.h b/Kernel/Arch/x86/Processor.h index 2e110c304b..ebbd231098 100644 --- a/Kernel/Arch/x86/Processor.h +++ b/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;