Fix a documentation typo.
authorNadav Rotem <nrotem@apple.com>
Mon, 13 Aug 2012 15:29:53 +0000 (15:29 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 13 Aug 2012 15:29:53 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161758 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/MemoryDependenceAnalysis.h

index 81ad3f0aeae9cf2177755700d0e75b53fb47855c..7e049d633b49202e29446bd6528d2e8b35124d8c 100644 (file)
@@ -124,11 +124,11 @@ namespace llvm {
     }
 
     /// isClobber - Return true if this MemDepResult represents a query that is
-    /// a instruction clobber dependency.
+    /// an instruction clobber dependency.
     bool isClobber() const { return Value.getInt() == Clobber; }
 
     /// isDef - Return true if this MemDepResult represents a query that is
-    /// a instruction definition dependency.
+    /// an instruction definition dependency.
     bool isDef() const { return Value.getInt() == Def; }
     
     /// isNonLocal - Return true if this MemDepResult represents a query that