Finish supporting cpp #file/line comments in assembler for error messages. So
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
index a5165f44d54e2c8e682bafcf5a5637cb2d936ef2..eab0c9d18db1bc3a2328b8bade18a001409b447a 100644 (file)
@@ -272,7 +272,7 @@ public:
                 const void *DestNodeID, int DestNodePort,
                 const std::string &Attrs) {
     if (SrcNodePort  > 64) return;             // Eminating from truncated part?
-    if (DestNodePort > 64) DestNodePort = 64;  // Targetting the truncated part?
+    if (DestNodePort > 64) DestNodePort = 64;  // Targeting the truncated part?
 
     O << "\tNode" << SrcNodeID;
     if (SrcNodePort >= 0)