typo
authorAdrian Prantl <aprantl@apple.com>
Thu, 4 Apr 2013 22:56:49 +0000 (22:56 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 4 Apr 2013 22:56:49 +0000 (22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178804 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index 1c743c2414e9fc83591947399393c156824b4bd4..f9b6f947214136de5e9571ff0e0f57ceb6e670b0 100644 (file)
@@ -1366,7 +1366,7 @@ void CompileUnit::createGlobalVariableDIE(const MDNode *N) {
     }
   } else if (const ConstantInt *CI =
              dyn_cast_or_null<ConstantInt>(GV.getConstant())) {
-    // AT_const_value was added when the static memeber was created. To avoid
+    // AT_const_value was added when the static member was created. To avoid
     // emitting AT_const_value multiple times, we only add AT_const_value when
     // it is not a static member.
     if (!IsStaticMember)