Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164064 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atrick committed Sep 17, 2012
1 parent 41be51b commit 5d94082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/TableGen/CodeGenSchedule.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct CodeGenSchedRW {
#endif
};

/// Represent a transition between SchedClasses induced by SchedWriteVariant.
/// Represent a transition between SchedClasses induced by SchedVariant.
struct CodeGenSchedTransition {
unsigned ToClassIdx;
IdxVec ProcIndices;
Expand Down

0 comments on commit 5d94082

Please sign in to comment.