Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 Feb 2013 20:13:09 +0000 (20:13 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 Feb 2013 20:13:09 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176117 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Archive/ArchiveReader.cpp

index efe1180762f33da3c00dd55eb85a5722ddffb135..a48bdd4add3183b18cd33c13cccc6373ef5320fa 100644 (file)
@@ -177,7 +177,7 @@ Archive::parseMemberHeader(const char*& At, const char* End, std::string* error)
           }
           if (p >= endp) {
             if (error)
-              *error = "missing name termiantor in string table";
+              *error = "missing name terminator in string table";
             return 0;
           }
         } else {