summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600ClauseMergePass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/R600ClauseMergePass.cpp')
-rw-r--r--lib/Target/R600/R600ClauseMergePass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R600ClauseMergePass.cpp b/lib/Target/R600/R600ClauseMergePass.cpp
index 33d2ca3257..3d9015c9df 100644
--- a/lib/Target/R600/R600ClauseMergePass.cpp
+++ b/lib/Target/R600/R600ClauseMergePass.cpp
@@ -50,7 +50,7 @@ private:
/// IfCvt pass can generate "disabled" ALU clause marker that need to be
/// removed and their content affected to the previous alu clause.
- /// This function parse instructions after CFAlu untill it find a disabled
+ /// This function parse instructions after CFAlu until it find a disabled
/// CFAlu and merge the content, or an enabled CFAlu.
void cleanPotentialDisabledCFAlu(MachineInstr *CFAlu) const;