Used consistent wording for HotPocket.

This commit is contained in:
ravinsp
2023-05-07 14:08:55 +05:30
parent 9b864ad1e8
commit 33e536c31b
20 changed files with 52 additions and 53 deletions

View File

@@ -563,7 +563,7 @@ namespace sc
}
else if (pid > 0)
{
// Hot Pocket process.
// HotPocket process.
int status = 0;
if (waitpid(pid, &status, 0) == -1)
{