Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 19:26:54 +0000 (19:26 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 19:26:54 +0000 (19:26 +0000)
llvm-svn: 77715

llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h

index d7d795e..205c34a 100644 (file)
@@ -95,7 +95,7 @@ namespace llvm {
     /// a instruction definition dependency.
     bool isDef() const { return Value.getInt() == Def; }
     
-    /// isNonLocal - Return true if this MemDepResult represents an query that
+    /// isNonLocal - Return true if this MemDepResult represents a query that
     /// is transparent to the start of the block, but where a non-local hasn't
     /// been done.
     bool isNonLocal() const { return Value.getInt() == NonLocal; }