From 9eaa23623e761cb08405ee03d81071aaa4732fdb Mon Sep 17 00:00:00 2001 From: joq Date: Sat, 4 Dec 2004 03:21:06 +0000 Subject: [PATCH] [0.99.21] CHECK_PREEMPTION() comment correction git-svn-id: svn+ssh://jackaudio.org/trunk/jack@819 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jack/internal.h b/jack/internal.h index 285debc..18e7907 100644 --- a/jack/internal.h +++ b/jack/internal.h @@ -62,10 +62,10 @@ extern void jack_error (const char *fmt, ...); /* Enable preemption checking for Linux Realtime Preemption kernels. * - * This checks if any RT-safe code section does anything to cause - * possible CPU preemption. Examples are sleep() or other system - * calls that block. If a problem is detected, the kernel writes a - * syslog entry, and sends SIGUSR2 to the client. + * This checks if any RT-safe code section does anything to cause CPU + * preemption. Examples are sleep() or other system calls that block. + * If a problem is detected, the kernel writes a syslog entry, and + * sends SIGUSR2 to the client. */ #ifdef DO_PREEMPTION_CHECKING #define CHECK_PREEMPTION(engine, onoff) \