mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
Kernel: Fix a comment typo
This commit is contained in:
parent
911506af9f
commit
b0c0ebc543
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));
|
VERIFY(!m_host_controllers.contains(domain_number));
|
||||||
// Note: We need to register the new controller as soon as possible, and
|
// 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));
|
m_host_controllers.set(domain_number, move(controller));
|
||||||
ErrorOr<void> expansion_result;
|
ErrorOr<void> expansion_result;
|
||||||
m_host_controllers.get(domain_number).value()->enumerate_attached_devices([&](DeviceIdentifier const& device_identifier) -> IterationDecision {
|
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