From: David Majnemer Date: Mon, 15 Dec 2014 01:04:49 +0000 (+0000) Subject: StringPool: Cleanup typos in unittest comments X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3acb2035ba487c2c976a7ec0fa716c82e48fcfd0;p=oota-llvm.git StringPool: Cleanup typos in unittest comments No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/StringPool.cpp b/unittests/Support/StringPool.cpp index 7b7805f9171..ac39fec059e 100644 --- a/unittests/Support/StringPool.cpp +++ b/unittests/Support/StringPool.cpp @@ -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.