aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Erickson <jerickso@cs.unc.edu>2012-05-29 20:58:31 -0400
committerJeremy Erickson <jerickso@cs.unc.edu>2012-05-29 20:58:31 -0400
commit2a17f3b0dc68233845a2c0812454016c4d893408 (patch)
tree9b79041374fe3d11e98d1be27caf1b00c440c2fd
parenta7712545c1c7ead298b951e75665a44492f745af (diff)
Fix error in comment
-rw-r--r--litmus/sched_gsn_edf_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_gsn_edf_split.c b/litmus/sched_gsn_edf_split.c
index 79cf59a4c72f..5f9267a28991 100644
--- a/litmus/sched_gsn_edf_split.c
+++ b/litmus/sched_gsn_edf_split.c
@@ -5,7 +5,7 @@
5 * GSN-EDF-split. 5 * GSN-EDF-split.
6 * 6 *
7 * This plugin is a modified version of the prior GSN-EDF plugin in 7 * This plugin is a modified version of the prior GSN-EDF plugin in
8 * litmus/sched_gsn_edf_split.c 8 * litmus/sched_gsn_edf.c
9 * 9 *
10 * Splitting an implicit-deadline job simply means splitting each job into an 10 * Splitting an implicit-deadline job simply means splitting each job into an
11 * integral number of subjobs. For example, a task with a period of 10 ms and 11 * integral number of subjobs. For example, a task with a period of 10 ms and