Test commit. Fix comment. NFC.
authorMaksim Panchenko <maks@fb.com>
Sat, 19 Sep 2015 04:01:19 +0000 (04:01 +0000)
committerMaksim Panchenko <maks@fb.com>
Sat, 19 Sep 2015 04:01:19 +0000 (04:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248082 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp

index 005ceaac3b70a877ed5fa134b5aee5b70759506e..da4c458ad627e43ab8d44e82ca71198105334b1b 100644 (file)
@@ -47,7 +47,7 @@ void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
   OutStreamer->EmitSLEB128IntValue(Value);
 }
 
-/// EmitULEB128 - emit the specified signed leb128 value.
+/// EmitULEB128 - emit the specified unsigned leb128 value.
 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc,
                              unsigned PadTo) const {
   if (isVerbose() && Desc)