]> granicus.if.org Git - llvm/commitdiff
Fix typos
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 19 Jun 2017 21:54:25 +0000 (21:54 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 19 Jun 2017 21:54:25 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305749 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegisterUsageInfo.cpp

index d7a3ac0808230c33c0317c5968f16d52ca358518..30757f070cadba1ae5cfeec8e36661092b3886e6 100644 (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;