[APT] Fix typo

This commit is contained in:
wheremyfoodat 2022-10-20 00:20:01 +03:00
parent 4a68cd8e1a
commit 512a7f7bec

View file

@ -87,7 +87,7 @@ void APTService::getLockHandle(u32 messagePointer) {
// This apparently does nothing on the original kernel either?
void APTService::notifyToWait(u32 messagePointer) {
log("APT::NotifyToWat\n");
log("APT::NotifyToWait\n");
mem.write32(messagePointer + 4, Result::Success);
}