summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/FP/ThumbVFP.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/compiler/codegen/arm/FP/ThumbVFP.c')
-rw-r--r--vm/compiler/codegen/arm/FP/ThumbVFP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/FP/ThumbVFP.c b/vm/compiler/codegen/arm/FP/ThumbVFP.c
index 9bfcd5555..18cc38f76 100644
--- a/vm/compiler/codegen/arm/FP/ThumbVFP.c
+++ b/vm/compiler/codegen/arm/FP/ThumbVFP.c
@@ -58,7 +58,7 @@ static bool genInlineSqrt(CompilationUnit *cUnit, MIR *mir)
* to the handlers rather than load the operands into core registers
* and then move the values to FP regs in the handlers. Other implementations
* may prefer passing data in registers (and the latter approach would
- * yeild cleaner register handling - avoiding the requirement that operands
+ * yield cleaner register handling - avoiding the requirement that operands
* be flushed to memory prior to the call).
*/
static bool genArithOpFloat(CompilationUnit *cUnit, MIR *mir,