comment typo

llvm-svn: 164097
This commit is contained in:
Andrew Trick 2012-09-18 04:03:30 +00:00
parent a88f1bddc6
commit ea28dbdf93
1 changed files with 1 additions and 1 deletions

View File

@ -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;