From 4386b00479e5ebf04134268dab202bb23672c913 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 16 Apr 2020 10:41:43 -0400 Subject: [PATCH] chore: fix zombie comment --- runtime/include/sandbox_request_scheduler_fifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/include/sandbox_request_scheduler_fifo.h b/runtime/include/sandbox_request_scheduler_fifo.h index 282a9ef..29950f5 100644 --- a/runtime/include/sandbox_request_scheduler_fifo.h +++ b/runtime/include/sandbox_request_scheduler_fifo.h @@ -5,4 +5,4 @@ void sandbox_request_scheduler_fifo_initialize(); -#endif /* SFRT_SANDBOX_REQUEST_QUEUE_H */ \ No newline at end of file +#endif /* SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H */ \ No newline at end of file