kernel: comment should match the guard macro

Change-Id: I4cfa9eda18f3502e50adff9ffa8ded47f318f372
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8909
Reviewed-by: Axel Dörfler <[email protected]>
This commit is contained in:
Jérôme Duval
2025-02-05 16:35:23 +00:00
committed by Axel Dörfler
parent def8a585fa
commit b71707da2c
+1 -1
View File
@@ -229,7 +229,7 @@ generic_syscall_init(void)
"pre syscall trace entry is encountered, the corresponding post\n" "pre syscall trace entry is encountered, the corresponding post\n"
"syscall traced entry is also printed, even if it doesn't match the\n" "syscall traced entry is also printed, even if it doesn't match the\n"
"given filter.\n", 0); "given filter.\n", 0);
#endif // ENABLE_TRACING #endif // SYSCALL_TRACING
return B_OK; return B_OK;
} }