Revision: 53787
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53787&view=rev
Author:   carlmoore
Date:     2012-11-20 22:18:08 +0000 (Tue, 20 Nov 2012)
Log Message:
-----------
fix spelling

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c

Modified: brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c  2012-11-20 21:40:58 UTC 
(rev 53786)
+++ brlcad/trunk/src/librt/primitives/bot/tie_kdtree.c  2012-11-20 22:18:08 UTC 
(rev 53787)
@@ -384,7 +384,7 @@
                for (n = 0; n < 2; n++) {
                    /*
                     * Check to see if any triangle points are inside of the 
node before
-                    * spending alot of cycles on the full blown triangle box 
overlap
+                    * spending a lot of cycles on the full blown triangle box 
overlap
                     */
                    for (j = 0; j < 3; j++)
                        if (node_gd->tri_list[i]->data[j].v[0] > cmin[n].v[0] &&
@@ -627,7 +627,7 @@
        for (i = 0; i < node_gd->tri_num; i++) {
            /*
             * Check to see if any triangle points are inside of the node before
-            * spending alot of cycles on the full blown triangle box overlap
+            * spending a lot of cycles on the full blown triangle box overlap
             */
            for (j = 0; j < 3; j++)
                if (node_gd->tri_list[i]->data[j].v[0] > cmin[n].v[0] &&

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to