Revision: 65510
          http://sourceforge.net/p/brlcad/code/65510
Author:   carlmoore
Date:     2015-07-01 15:17:45 +0000 (Wed, 01 Jul 2015)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mm.c
    brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mmhash.c
    brlcad/trunk/src/librt/primitives/bot/gct_decimation/meshdecimation.c

Modified: brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mm.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mm.c 
2015-07-01 14:13:59 UTC (rev 65509)
+++ brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mm.c 
2015-07-01 15:17:45 UTC (rev 65510)
@@ -416,7 +416,7 @@
  *
  * The head of the linked list should be defined as a void pointer. The list
  * parameter can be a pointer to it, or a pointer to the mmListNode.next
- * variable of the preceeding item. The offset parameter should be the offset
+ * variable of the preceding item. The offset parameter should be the offset
  * of the mmListNode structure within the structure of the item. It can be
  * easily obtained with the offsetof(,) macro.
  */
@@ -2131,11 +2131,11 @@
 
 
 /**
- * Allocate a chunk of memory from a growing memoy allocator.
+ * Allocate a chunk of memory from a growing memory allocator.
  *
  * The memory can only be freed with mmGrowFreeAll() for the whole allocator.
- * There are no memory alignment garantees for the allocations, yet as all
- * memory is tightly packed, the alignment is directly dependant on the size
+ * There are no memory alignment guarantees for the allocations, yet as all
+ * memory is tightly packed, the alignment is directly dependent on the size
  * of the previous allocations.
  */
 void *MM_FUNC(GrowAlloc)(mmGrow *mgrow, size_t bytes MM_PARAMS)

Modified: 
brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mmhash.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mmhash.c     
2015-07-01 14:13:59 UTC (rev 65509)
+++ brlcad/trunk/src/librt/primitives/bot/gct_decimation/auxiliary/mmhash.c     
2015-07-01 15:17:45 UTC (rev 65510)
@@ -1390,7 +1390,7 @@
     halftablesize = table->hashsize >> 1;
 #endif
 
-    /* Preemtively lock all pages in the stream before starting the operation 
*/
+    /* Preemptively lock all pages in the stream before starting the operation 
*/
     for (srcend = hashkey ; ;) {
        srcend = (srcend + 1) & table->hashmask;
 

Modified: brlcad/trunk/src/librt/primitives/bot/gct_decimation/meshdecimation.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/gct_decimation/meshdecimation.c       
2015-07-01 14:13:59 UTC (rev 65509)
+++ brlcad/trunk/src/librt/primitives/bot/gct_decimation/meshdecimation.c       
2015-07-01 15:17:45 UTC (rev 65510)
@@ -2646,7 +2646,7 @@
     /* Redirect vertex1 to vertex0 */
     vertex1->redirectindex = newv;
 
-    /* Maximum theoritical count of triangle references for our new vertex, we 
need a chunk of memory that big */
+    /* Maximum theoretical count of triangle references for our new vertex, we 
need a chunk of memory that big */
     trirefmax = vertex0->trirefcount + vertex1->trirefcount;
 
     /* Buffer to temporarily store our new trirefs */

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


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to