Index: languages/tcl/src/pmc/tclfloat.pmc
===================================================================
--- languages/tcl/src/pmc/tclfloat.pmc	(revision 15075)
+++ languages/tcl/src/pmc/tclfloat.pmc	(working copy)
@@ -39,7 +39,7 @@
         INTVAL* precision = VTABLE_get_integer(INTERP, precision_pmc);
 
         if (precision == 0)
-            precision = 16; /* XXX hack to approximate right output.*/
+            precision = 16; /* XXX (#40639): hack to approximate right output.*/
 
         buff  = Parrot_sprintf_c(INTERP, "%.*vg", precision, PMC_num_val(SELF));
 
