Grammar.
[oota-llvm.git] / 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;