Grammar.
authorEric Christopher <echristo@gmail.com>
Wed, 20 Nov 2013 00:54:25 +0000 (00:54 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 20 Nov 2013 00:54:25 +0000 (00:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195181 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveDebugVariables.cpp

index 25645e088ece60c599f9aab7b6cc21bb1b684c44..9ada1b492880aea4d187b3b9c3e196f245c45926 100644 (file)
@@ -72,7 +72,7 @@ LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) {
 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;