summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2023-02-10 14:57:38 -0500
committerJohn Kacur <jkacur@redhat.com>2023-02-10 14:57:38 -0500
commit37b70ea17d5479505cebed409087c6cd28c1a485 (patch)
tree49518683f437683ed6f0bf088c980c499203751b
parent4579b9a6d85ae528f76e92421eb5e7b33cd26b17 (diff)
downloadrt-tests-37b70ea17d5479505cebed409087c6cd28c1a485.tar.gz
rt-tests: deadline_test: Fix spelling to "single" in comment
Fix the spelling in the comments before bind_cpu() from "sigle" to "single". Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/sched_deadline/deadline_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sched_deadline/deadline_test.c b/src/sched_deadline/deadline_test.c
index 731073e..cd8ef01 100644
--- a/src/sched_deadline/deadline_test.c
+++ b/src/sched_deadline/deadline_test.c
@@ -931,7 +931,7 @@ static void teardown(void)
* bind_cpu - Set the affinity of a thread to a specific CPU.
* @cpu: The CPU to bind to.
*
- * Sets the current thread to have an affinity of a sigle CPU.
+ * Sets the current thread to have an affinity of a single CPU.
* Does not work on SCHED_DEADLINE tasks.
*/
static void bind_cpu(int cpu)