]> granicus.if.org Git - clang/commitdiff
Fix typo
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 15 Jul 2011 18:23:44 +0000 (18:23 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 15 Jul 2011 18:23:44 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135285 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp

index a1a1412ea1e360a061fcabeb0fce17927516b142..df2c1bd98cca98c084d6658ea0092df504f0b2db 100644 (file)
@@ -75,7 +75,7 @@ void ABIArgInfo::dump() const {
     break;
   case Indirect:
     OS << "Indirect Align=" << getIndirectAlign()
-       << " Byal=" << getIndirectByVal()
+       << " ByVal=" << getIndirectByVal()
        << " Realign=" << getIndirectRealign();
     break;
   case Expand: