diff liboctave/randpoisson.c @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 2cd0af543e7a
children 40212bfaed1d
line wrap: on
line diff
--- a/liboctave/randpoisson.c
+++ b/liboctave/randpoisson.c
@@ -428,7 +428,7 @@
     /* numerical recipes */
     poisson_rejection(L, &ret, 1);
   } else if (INFINITE(L)) {
-    /* XXX FIXME XXX R uses NaN, but the normal approx. suggests that as
+    /* FIXME R uses NaN, but the normal approx. suggests that as
      * limit should be inf. Which is correct? */
     ret = NAN;
   } else {