diff --git a/Core/HLE/sceNetAdhoc.cpp b/Core/HLE/sceNetAdhoc.cpp index 66fe0ab2ea..556a3b0859 100644 --- a/Core/HLE/sceNetAdhoc.cpp +++ b/Core/HLE/sceNetAdhoc.cpp @@ -181,7 +181,7 @@ u32 sceNetAdhocctlInit(int stackSize, int prio, u32 productAddr) { friendFinderRunning = true; friendFinderThread = std::thread(friendFinder); } else { - return 0; // Generic error, but just return success to make games comform. + return 0; // Generic error, but just return success to make games conform. } return 0; }