Skip to content

Commit

Permalink
[Refactor] Fix non-UTF8 character
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali0004 committed Mar 4, 2025
1 parent 64a973d commit c8a0152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xenon/Core/RootBus/HostBridge/PCIBridge/SATA.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
* Block Error register. The register represents all the detected errors accumulated since the last
* time the SError register was cleared (whether recovered by the interface of not). Set bits in the
* error register are explicitly cleared by a write operation to the SError register, or a reset operation.
* The value written to clear set error bits shall have 1s encoded in the bit positions corresponding
* The value written to clear set error bits shall have 1's encoded in the bit positions corresponding
* to the bits that are to be cleared. Host software should clear the Interface SError register at
* appropriate checkpoints in order to best isolate error conditions and the commands they impact.
*/
Expand Down

0 comments on commit c8a0152

Please sign in to comment.