Revision: 52959
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52959&view=rev
Author:   carlmoore
Date:     2012-10-10 17:07:51 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings (including 'BIZARRE')

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2012-10-10 
17:06:30 UTC (rev 52958)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2012-10-10 
17:07:51 UTC (rev 52959)
@@ -1087,7 +1087,7 @@
 
 /**
  * As the name implies, this routine is called when the ray and an
- * edge are colinear.  It handles marking the verticies as hit,
+ * edge are colinear.  It handles marking the vertices as hit,
  * remembering that this is a seg_in/seg_out pair, and builds the hit
  * on the edge.
  */
@@ -1462,7 +1462,7 @@
                /* we hit the vertex */
                BU_LIST_MAGIC_SET(&myhit->l, NMG_RT_HIT_SUB_MAGIC);
            } else {
-               /* both vertecies were missed, so edge is missed */
+               /* both verticies were missed, so edge is missed */
                BU_LIST_MAGIC_SET(&myhit->l, NMG_RT_MISS_MAGIC);
            }
            BU_LIST_INSERT(&rd->rd_miss, &myhit->l);
@@ -2178,12 +2178,12 @@
 
            break;
        default :
-           bu_log("%s[line:%d] BIZZARE ray/plane intercept point 
classification\n",
+           bu_log("%s[line:%d] BIZARRE ray/plane intercept point 
classification\n",
                   __FILE__, __LINE__);
            bu_bomb("isect_ray_planar_face() Bizz\n");
     }
 
-    /* intersect the ray with the edges/verticies of the face */
+    /* intersect the ray with the edges/vertices of the face */
     for (BU_LIST_FOR(lu_p, loopuse, &fu_p->lu_hd))
        isect_ray_loopuse(rd, lu_p);
 }
@@ -2378,7 +2378,7 @@
     NMG_CK_HITMISS_LISTS(rd);
 
     /* Caller has assured us that the ray intersects the nmg model,
-     * check ray for intersecion with rpp's of nmgregion's
+     * check ray for intersection with rpp's of nmgregion's
      */
     for (BU_LIST_FOR(r_p, nmgregion, &rd->rd_m->r_hd)) {
        NMG_CK_REGION(r_p);
@@ -2799,7 +2799,7 @@
     bu_free((char *)rd.hitmiss, "free nmg geom hit list");
 
     if (!rd.rd_m->manifolds) {
-       /* If there is no manfolds list attached to the model
+       /* If there is no manifolds list attached to the model
         * structure then the list was created here (within
         * nmg_class_ray_vs_shell) and should be freed here.
         * If there is a manifold list attached to the model

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to