kern: fix some comment typos

This commit is contained in:
Michael Scire
2023-11-01 10:25:31 -07:00
parent afc0e14556
commit 872c18c501
3 changed files with 4 additions and 4 deletions

View File

@@ -365,7 +365,7 @@ namespace ams::kern::arch::arm64 {
value = 0;
}
/* Set the watchkpoint. */
/* Set the watchpoint. */
switch (name) {
case ams::svc::HardwareBreakPointRegisterName_D0: MESOSPHERE_SET_HW_WATCH_POINT( 0, flags, value); break;
case ams::svc::HardwareBreakPointRegisterName_D1: MESOSPHERE_SET_HW_WATCH_POINT( 1, flags, value); break;