Update comment slightly.
[oota-llvm.git] / include / llvm / DebugInfo.h
index 02335eeadd36373bc5f930fb1f739b30e122bc8a..81c36ae0eeeebff7bb62adefec2a332b8257ebdd 100644 (file)
@@ -106,7 +106,7 @@ namespace llvm {
     // easily.
     // FIXME: This operator bool isn't actually protecting anything at the
     // moment due to the conversion operator above making DIDescriptor nodes
-    // implicitly convertable to pointer.
+    // implicitly convertable to bool.
     LLVM_EXPLICIT operator bool() const { return DbgNode != 0; }
 
     bool operator==(DIDescriptor Other) const {