From 1287beb1fedbe6cc68797d824b0afc4b0865058c Mon Sep 17 00:00:00 2001 From: ElizabethHarmon <79659262+ElizabethHarmon@users.noreply.github.com> Date: Sun, 1 Aug 2021 17:21:30 +0100 Subject: [PATCH] fix word omission --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e895b96f..fb8934fc 100644 --- a/README.md +++ b/README.md @@ -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