mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Kernel: Fix small typo in inline comment
This commit is contained in:
parent
beccc7e4fc
commit
640db93bdd
Notes:
sideshowbarker
2024-07-18 11:24:11 +09:00
Author: https://github.com/rileylyman 🔰 Commit: https://github.com/SerenityOS/serenity/commit/640db93bdd3 Pull-request: https://github.com/SerenityOS/serenity/pull/8282
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue