Revision: 53437
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53437&view=rev
Author:   carlmoore
Date:     2012-11-01 20:28:28 +0000 (Thu, 01 Nov 2012)
Log Message:
-----------
fix spellings

Modified Paths:
--------------
    brlcad/trunk/src/libfft/fftfast.c

Modified: brlcad/trunk/src/libfft/fftfast.c
===================================================================
--- brlcad/trunk/src/libfft/fftfast.c   2012-11-01 20:19:26 UTC (rev 53436)
+++ brlcad/trunk/src/libfft/fftfast.c   2012-11-01 20:28:28 UTC (rev 53437)
@@ -138,7 +138,7 @@
     /* Get some buffer space */
     if (sintab != NULL) free(sintab);
     if (costab != NULL) free(costab);
-    /* should not use bu_calloc() as libfft is not dependant upon libbu */
+    /* should not use bu_calloc() as libfft is not dependent upon libbu */
     sintab = (double *)calloc(sizeof(*sintab), size);
     costab = (double *)calloc(sizeof(*costab), size);
 
@@ -252,7 +252,7 @@
     /* Scale Data (on forward transform only) */
     /*
      * Technically speaking this gives us the periodogram. XXX
-     * The canonical definition does the scaleing only
+     * The canonical definition does the scaling only
      * after the inverse xform.  Our method may hurt certain
      * other forms of analysis, e.g. cepstrum.
      * **** We Now Do It The Canonical Way! ****

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to