Fix some comment typos.
[oota-llvm.git] / lib / Target / AArch64 / AArch64FrameLowering.cpp
index f43fb23b937b4e6c148941c1b37281672d031598..5b8db3d157f01f8d5c2e1b042f480da17faa5554 100644 (file)
@@ -72,9 +72,9 @@
 //
 // For most functions, some of the frame areas are empty. For those functions,
 // it may not be necessary to set up fp or bp:
-// * A base pointer is definitly needed when there are both VLAs and local
+// * A base pointer is definitely needed when there are both VLAs and local
 //   variables with more-than-default alignment requirements.
-// * A frame pointer is definitly needed when there are local variables with
+// * A frame pointer is definitely needed when there are local variables with
 //   more-than-default alignment requirements.
 //
 // In some cases when a base pointer is not strictly needed, it is generated