summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/win32service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/win32service.cpp b/win/win32service.cpp
index 45aba7268..846cc3273 100644
--- a/win/win32service.cpp
+++ b/win/win32service.cpp
@@ -120,7 +120,7 @@ VOID ServiceMain(DWORD argc, LPCSTR *argv)
g_ServiceData.argc = argc;
// Note: since this memory is going to stay allocated for the rest of the execution,
- // it doesn't make sense to free it, as it's going to be "freed" on process termination
+ // it doesn't make sense to free it, as it's going to be "freed" on process termination
try {
g_ServiceData.argv = new char*[argc];