AArch64: fix comment typo
authorTim Northover <tnorthover@apple.com>
Tue, 1 Jul 2014 19:47:09 +0000 (19:47 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 1 Jul 2014 19:47:09 +0000 (19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64ISelLowering.cpp

index 79871df5f834ed21c559d640f78bf8052767248e..e31cb3821fa5c1835e2c4bdcd06bda9e0c89d2f9 100644 (file)
@@ -627,7 +627,7 @@ MVT AArch64TargetLowering::getScalarShiftAmountTy(EVT LHSTy) const {
 
 unsigned AArch64TargetLowering::getMaximalGlobalOffset() const {
   // FIXME: On AArch64, this depends on the type.
-  // Basically, the addressable offsets are o to 4095 * Ty.getSizeInBytes().
+  // Basically, the addressable offsets are up to 4095 * Ty.getSizeInBytes().
   // and the offset has to be a multiple of the related size in bytes.
   return 4095;
 }