aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp
index 10256e7..f5a0114 100644
--- a/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -364,7 +364,7 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
computeRegisterProperties();
- // Perferred loop alignment is 16.
+ // Preferred loop alignment is 16.
setPrefLoopAlignment(16);
}