aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-24 19:27:24 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-24 19:27:24 -0600
commitba24b2ce3f54fb8c9e86f2ce1dba6dd991d856f6 (patch)
treeec9b831f63b1f32857d6121ea75774dd8b6001d8 /Tools/CodeGen
parent1a375d5af833f5bb846b27481f289d5a1b5f8f9b (diff)
Thorn.m: Correct typo
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/Thorn.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/Thorn.m b/Tools/CodeGen/Thorn.m
index 39ee76a..3385bb0 100644
--- a/Tools/CodeGen/Thorn.m
+++ b/Tools/CodeGen/Thorn.m
@@ -456,7 +456,7 @@ scheduleGroup[spec_] :=
(* Taking a list of group storage specifications for global storage,
and lists of scheduled function and scheduled group structures,
- return a CodeGen block representing a schdule.ccl file. *)
+ return a CodeGen block representing a schedule.ccl file. *)
CreateSchedule[globalStorageGroups_, scheduledGroups_, scheduledFunctions_] :=
{whoWhen["CCL"],
Map[SeparatedBlock[groupStorage[#]] &, globalStorageGroups],