diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-11-01 00:06:51 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-11-01 00:06:51 +0000 |
commit | cecd8d4d7b987ff38357ee5127f6d7479843184f (patch) | |
tree | 5b9c20162b6ef7c2f2ccab1643cc71d77ca995fe | |
parent | 38a1525a8928d8c60fbe5227970e6c4604c5fa73 (diff) |
fix comment
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2006 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | src/pulsecore/core-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index eefcc584..3e70eb5c 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -541,7 +541,7 @@ void pa_make_realtime(void) { #define NICE_LEVEL (-11) /* Raise the priority of the current process as much as possible and -sensible: set the nice level to -15.*/ +sensible: set the nice level to -11.*/ void pa_raise_priority(void) { #ifdef HAVE_SYS_RESOURCE_H |