Revision: 52964
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52964&view=rev
Author:   carlmoore
Date:     2012-10-10 17:14:50 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-10-10 17:13:07 UTC (rev 
52963)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg.c 2012-10-10 17:14:50 UTC (rev 
52964)
@@ -669,7 +669,7 @@
 #define NMG_KIND_DOUBLE_ARRAY      25
 
 /* number of kinds.  This number must have some extra space, for
- * upwards compatability.
+ * upwards compatibility.
  */
 #define NMG_N_KINDS                26
 
@@ -986,7 +986,7 @@
                bu_log("reindex(p=x%x), p->index=%d, ret=%d, kind=%d\n", p, 
idx, ret, ecnt[idx].kind);
                bu_bomb("reindex() This index not found in ecnt[]\n");
            }
-           /* ret == 0 on supressed loop_g ptrs, etc */
+           /* ret == 0 on suppressed loop_g ptrs, etc */
            if (ret < 0 || ret > ecnt[0].byte_offset) {
                bu_log("reindex(p=x%x) %s, p->index=%d, ret=%d, maxindex=%d\n",
                       p,
@@ -1712,7 +1712,7 @@
            d = &((struct disk_vertexuse_a_cnurb *)ip)[iindex];
            NMG_CK_VERTEXUSE_A_CNURB(vua);
            NMG_CK_DISKMAGIC(d->magic, DISK_VERTEXUSE_A_CNURB_MAGIC);
-           /* These parameters are invarient w.r.t. 'mat' */
+           /* These parameters are invariant w.r.t. 'mat' */
            ntohd((unsigned char *)vua->param, d->param, 3);
        }
            return 0;
@@ -2024,7 +2024,7 @@
 
     /*
      * Check for proper version.
-     * In the future, this will be the backwards-compatability hook.
+     * In the future, this will be the backwards-compatibility hook.
      */
     if (rp->nmg.N_version != DISK_MODEL_VERSION) {
        bu_log("rt_nmg_import4:  expected NMG '.g' format version %d, got 
version %d, aborting.\n",

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