From cb7cfe81a9d84c9c041f4d3a384206e3b95edf8a Mon Sep 17 00:00:00 2001 From: Tyler Nijmeh Date: Sun, 4 Oct 2020 11:26:18 -0700 Subject: [PATCH] Fix typo Signed-off-by: Tyler Nijmeh --- ktweak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktweak b/ktweak index 1386008..aa17aad 100644 --- a/ktweak +++ b/ktweak @@ -4,7 +4,7 @@ # Maximum unsigned integer size in C UINT_MAX="4294967295" -# Duration in nnaoseconds of one scheduling period +# Duration in nanoseconds of one scheduling period SCHED_PERIOD="$((2 * 1000 * 1000))" # How many tasks should we have at a maximum in one scheduling period