fix word omission

This commit is contained in:
ElizabethHarmon
2021-08-01 17:21:30 +01:00
committed by Robbert van der Helm
parent ff1ffb29f8
commit 1287beb1fe
+1 -1
View File
@@ -665,7 +665,7 @@ negative side effects:
- First of all, you'll want to make sure that you can run programs with realtime
scheduling. Note that on Arch and Manjaro this does not necessarily require a
realtime kernel as they include the `PREEMPT` patch set in their regular
kernels. You can verify that this is working correctly by running `chrt -f 10 whoami`, which should your username, and running `uname -a` should print
kernels. You can verify that this is working correctly by running `chrt -f 10 whoami`, which should print your username, and running `uname -a` should print
something that contains `PREEMPT` in the output.
- You can also try enabling the `threadirqs` kernel parameter and using which