Update comment slightly.
authorEric Christopher <echristo@gmail.com>
Thu, 18 Jul 2013 00:23:50 +0000 (00:23 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Jul 2013 00:23:50 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186548 91177308-0d34-0410-b5e6-96231b3b80d8

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 {