fixed constness
[pspp-builds.git] / src / percentiles.h
index 8baba9fa2409283635881c3fe560d8413fd5708a..8f4271f56753a8e7c7e047df04958ff30eed9faa 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #ifndef PERCENTILES_H
 #define PERCENTILES_H
@@ -64,7 +64,7 @@ void ptiles(struct hsh_table *pc_hash,
            enum pc_alg algorithm);
 
 
-/* Calculate Tukey's Hinges */
+/* Calculate Tukey's Hinges and the Whiskers for the box plot*/
 void tukey_hinges(const struct weighted_value **wv,
                  int n_data, 
                  double w,