]> git.cworth.org Git - apitrace/blobdiff - specs/cglapi.py
retrace: Don't output color when stdout is not a tty (issue #143).
[apitrace] / specs / cglapi.py
index 0169452f0890a776db044b11e30f8cd83a512944..f85ae445c258323afc5042fdab5af93124ea67a3 100644 (file)
@@ -247,7 +247,7 @@ cglapi.addFunctions([
     Function(CGLError, "CGLUpdateContext", [(CGLContextObj, "ctx")]),
     # XXX: All the following prototypes are little more than guesses
     # TODO: A potentially simpler alternative would be to use the
-    # DYLD_INSERT_LIBRARIES mechanism and only intercept the calls that we
+    # DYLD_INTERPOSE mechanism and only intercept the calls that we
     # really care about
     Function(CGLError, "CGLOpenCLMuxLockDown", [], internal=True),
     Function(GLboolean, "CGLAreContextsShared", [(CGLContextObj, "ctx1"), (CGLContextObj, "ctx2")], internal=True),