mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -100,7 +100,7 @@ private:
|
|||
// Note: This data member should be used with LUNAddress target_id and disk_id.
|
||||
// LUNs are agnostic system-wide addresses, so they are assigned without caring about the specific hardware interfaces.
|
||||
// This class member on the other side, is meant to be assigned *per hardware type*,
|
||||
// which means in constrast to the LUNAddress controller_id struct member, we take the index of the hardware
|
||||
// which means in contrast to the LUNAddress controller_id struct member, we take the index of the hardware
|
||||
// controller among its fellow controllers of the same hardware type in the system.
|
||||
u32 const m_hardware_relative_controller_id { 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue