[llvm] r195181 - Grammar.

Eric Christopher echristo at gmail.com
Tue Nov 19 16:54:25 PST 2013


Author: echristo
Date: Tue Nov 19 18:54:25 2013
New Revision: 195181

URL: http://llvm.org/viewvc/llvm-project?rev=195181&view=rev
Log:
Grammar.

Modified:
    llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp

Modified: llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp?rev=195181&r1=195180&r2=195181&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp Tue Nov 19 18:54:25 2013
@@ -72,7 +72,7 @@ LiveDebugVariables::LiveDebugVariables()
 typedef IntervalMap<SlotIndex, unsigned, 4> LocMap;
 
 namespace {
-/// UserValueScopes - Keeps track of lexical scopes associated with an
+/// UserValueScopes - Keeps track of lexical scopes associated with a
 /// user value's source location.
 class UserValueScopes {
   DebugLoc DL;





More information about the llvm-commits mailing list