Revision: 52857
http://brlcad.svn.sourceforge.net/brlcad/?rev=52857&view=rev
Author: carlmoore
Date: 2012-10-05 18:57:22 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
fix spellings of 'pointer' and 'INFINITY'
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/bspline/nurb_bound.c
Modified: brlcad/trunk/src/librt/primitives/bspline/nurb_bound.c
===================================================================
--- brlcad/trunk/src/librt/primitives/bspline/nurb_bound.c 2012-10-05
18:54:28 UTC (rev 52856)
+++ brlcad/trunk/src/librt/primitives/bspline/nurb_bound.c 2012-10-05
18:57:22 UTC (rev 52857)
@@ -50,7 +50,7 @@
int
rt_nurb_s_bound(struct face_g_snurb *srf, fastf_t *bmin, fastf_t *bmax)
{
- register fastf_t *p_ptr; /* Mesh pointr */
+ register fastf_t *p_ptr; /* Mesh pointer */
register int coords; /* Elements per vector */
int i;
int rat;
@@ -91,7 +91,7 @@
int
rt_nurb_c_bound(struct edge_g_cnurb *crv, fastf_t *bmin, fastf_t *bmax)
{
- register fastf_t *p_ptr; /* Mesh pointr */
+ register fastf_t *p_ptr; /* Mesh pointer */
register int coords; /* Elements per vector */
int i;
int rat;
@@ -132,13 +132,13 @@
* rt_nurb_s_check(srf)
*
* Checks the NURB surface control points to make sure no one point is
- * near INIFITY, which probably means that the surface mesh is bad.
+ * near INFINITY, which probably means that the surface mesh is bad.
*/
int
rt_nurb_s_check(register struct face_g_snurb *srf)
{
- register fastf_t *mp; /* Mesh pointr */
+ register fastf_t *mp; /* Mesh pointer */
register int i;
mp = srf->ctl_points;
@@ -160,13 +160,13 @@
* rt_nurb_c_check(srf)
*
* Checks the NURB curve control points to make sure no one point is
- * near INIFITY, which probably means that the surface mesh is bad.
+ * near INFINITY, which probably means that the surface mesh is bad.
*/
int
rt_nurb_c_check(register struct edge_g_cnurb *crv)
{
- register fastf_t *mp; /* Mesh pointr */
+ register fastf_t *mp; /* Mesh pointer */
register int i;
mp = crv->ctl_points;
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