Revision: 55187
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55187&view=rev
Author:   carlmoore
Date:     2013-04-18 21:24:38 +0000 (Thu, 18 Apr 2013)
Log Message:
-----------
fix a word in a comment

Modified Paths:
--------------
    brlcad/trunk/src/conv/cy-g.c

Modified: brlcad/trunk/src/conv/cy-g.c
===================================================================
--- brlcad/trunk/src/conv/cy-g.c        2013-04-18 21:17:14 UTC (rev 55186)
+++ brlcad/trunk/src/conv/cy-g.c        2013-04-18 21:24:38 UTC (rev 55187)
@@ -403,7 +403,7 @@
        curves[y] = (fastf_t *)bu_calloc((unsigned int)(nlg+1)*3, 
sizeof(fastf_t), "ars curve");
     }
 
-    /* allocate memory for a table os sines and cosines */
+    /* allocate memory for a table of sines and cosines */
     sins = (fastf_t *)bu_calloc((unsigned int)nlg+1, sizeof(fastf_t), "sines");
     coss = (fastf_t *)bu_calloc((unsigned int)nlg+1, sizeof(fastf_t), 
"cosines");
 

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to