Fix typos

llvm-svn: 305749
This commit is contained in:
Matt Arsenault 2017-06-19 21:54:25 +00:00
parent e0e68a757e
commit f5d61d7943
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===- RegisterUsageInfo.cpp - Register Usage Informartion Storage --------===//
//===- RegisterUsageInfo.cpp - Register Usage Information Storage ---------===//
//
// The LLVM Compiler Infrastructure
//
@ -38,7 +38,7 @@ static cl::opt<bool> DumpRegUsage(
cl::desc("print register usage details collected for analysis."));
INITIALIZE_PASS(PhysicalRegisterUsageInfo, "reg-usage-info",
"Register Usage Informartion Stroage", false, true)
"Register Usage Information Storage", false, true)
char PhysicalRegisterUsageInfo::ID = 0;