[llvm] r224226 - StringPool: Cleanup typos in unittest comments
David Majnemer
david.majnemer at gmail.com
Sun Dec 14 17:04:49 PST 2014
Author: majnemer
Date: Sun Dec 14 19:04:49 2014
New Revision: 224226
URL: http://llvm.org/viewvc/llvm-project?rev=224226&view=rev
Log:
StringPool: Cleanup typos in unittest comments
No functional change intended.
Modified:
llvm/trunk/unittests/Support/StringPool.cpp
Modified: llvm/trunk/unittests/Support/StringPool.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/StringPool.cpp?rev=224226&r1=224225&r2=224226&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/StringPool.cpp (original)
+++ llvm/trunk/unittests/Support/StringPool.cpp Sun Dec 14 19:04:49 2014
@@ -1,6 +1,6 @@
-//===- llvm/unittest/Support/ThreadLocalTest.cpp - Therad Local tests ---===//
+//===- llvm/unittest/Support/StringPoiil.cpp - StringPool tests -----------===//
//
-// The LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
More information about the llvm-commits
mailing list