aboutsummaryrefslogtreecommitdiff
path: root/source/opt/convert_to_half_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/opt/convert_to_half_pass.cpp')
-rw-r--r--source/opt/convert_to_half_pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/opt/convert_to_half_pass.cpp b/source/opt/convert_to_half_pass.cpp
index b127eabe..4086e31a 100644
--- a/source/opt/convert_to_half_pass.cpp
+++ b/source/opt/convert_to_half_pass.cpp
@@ -181,7 +181,7 @@ bool ConvertToHalfPass::ProcessPhi(Instruction* inst, uint32_t from_width,
uint32_t to_width) {
// Add converts of any float operands to to_width if they are of from_width.
// If converting to 16, change type of phi to float16 equivalent and remember
- // result id. Converts need to be added to preceeding blocks.
+ // result id. Converts need to be added to preceding blocks.
uint32_t ocnt = 0;
uint32_t* prev_idp;
bool modified = false;