Revision: 56781
          http://sourceforge.net/p/brlcad/code/56781
Author:   carlmoore
Date:     2013-08-13 13:22:28 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
fix wording & spelling, and remove a few blank lines

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tests/bn_poly_sub.c

Modified: brlcad/trunk/src/libbn/tests/bn_poly_sub.c
===================================================================
--- brlcad/trunk/src/libbn/tests/bn_poly_sub.c  2013-08-13 13:18:47 UTC (rev 
56780)
+++ brlcad/trunk/src/libbn/tests/bn_poly_sub.c  2013-08-13 13:22:28 UTC (rev 
56781)
@@ -32,20 +32,18 @@
 #include "bn.h"
 #include "magic.h"
 
-
 /* holds three polynomials to be used in test. */
 bn_poly_t input[3], output[3];
 
 struct bn_poly bn_Zero_poly = { BN_POLY_MAGIC, 0, {0.0} };
 
-
 /**
- * Initialises polnomial storing a negative, positive and zero coefficients.
+ * Initialises polynomial storing negative, positive and zero coefficients.
  */
 void
 poly_init(void)
 {
-    /* stores o coefficients to polynomial for input and output. */
+    /* stores zero-value coefficients to polynomial for input and output. */
     output[0] = bn_Zero_poly;
     input[0] = bn_Zero_poly;
     input[0].dgr = 2;
@@ -89,7 +87,6 @@
     return;
 }
 
-
 /* compares the values of the array and returns 0. */
 int
 check_results(fastf_t a[], fastf_t b[], int n)

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to