mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Fix a comment typo
This commit is contained in:
parent
911506af9f
commit
b0c0ebc543
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/nico
Commit: b0c0ebc543
Pull-request: https://github.com/SerenityOS/serenity/pull/15411
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ ErrorOr<void> Access::add_host_controller_and_enumerate_attached_devices(Nonnull
|
|||
|
||||
VERIFY(!m_host_controllers.contains(domain_number));
|
||||
// Note: We need to register the new controller as soon as possible, and
|
||||
// definitely before enumerating devices behing that.
|
||||
// definitely before enumerating devices behind that.
|
||||
m_host_controllers.set(domain_number, move(controller));
|
||||
ErrorOr<void> expansion_result;
|
||||
m_host_controllers.get(domain_number).value()->enumerate_attached_devices([&](DeviceIdentifier const& device_identifier) -> IterationDecision {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue