diff options
Diffstat (limited to 'indra/llmath/raytrace.h')
-rw-r--r-- | indra/llmath/raytrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmath/raytrace.h b/indra/llmath/raytrace.h index f620e48459..2352790b1f 100644 --- a/indra/llmath/raytrace.h +++ b/indra/llmath/raytrace.h @@ -38,8 +38,8 @@ class LLQuaternion; // Vector arguments of the form "shape_scale" represent the scale of the // object along the three axes. // -// All functions return the expected TRUE or FALSE, unless otherwise noted. -// When FALSE is returned, any resulting values that might have been stored +// All functions return the expected true or false, unless otherwise noted. +// When false is returned, any resulting values that might have been stored // are undefined. // // Rays are defined by a "ray_point" and a "ray_direction" (unit). |