Skip to content

Commit 6be3e52

Browse files
committed
chore: fix comment
1 parent adf624d commit 6be3e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char** argv)
6666

6767
spdlog::info("Dumped successfully");
6868

69-
// skips atexit calls that cause a segfault on dota only while unregistering cvar callbacks
69+
// skips atexit calls that cause a segfault only while unregistering cvar callbacks
7070
#ifdef WIN32
7171
TerminateProcess(GetCurrentProcess(), 0);
7272
#else

0 commit comments

Comments
 (0)