CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find the active...
[oota-llvm.git] / include / llvm / Support / DOTGraphTraits.h
index c16aa3a76d6f9ceefc5d4f267ea097cc4ad4c1f3..796c74a21ca86d5168cc21e98d469d4e237b433c 100644 (file)
@@ -59,7 +59,7 @@ public:
     return false;
   }
 
-  /// isNodeHidden - If thie function returns true, the given node is not
+  /// isNodeHidden - If the function returns true, the given node is not
   /// displayed in the graph.
   static bool isNodeHidden(const void *Node) {
     return false;