From 2261e271d2d76394ddd6567bfca2675a0bb4b263 Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Thu, 13 Mar 2008 10:56:48 +0000 Subject: [PATCH] Added more comment and correct spelling mistake. [SVN r43588] --- include/boost/math/distributions/normal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/distributions/normal.hpp b/include/boost/math/distributions/normal.hpp index f3776bc5f..69da2dc38 100644 --- a/include/boost/math/distributions/normal.hpp +++ b/include/boost/math/distributions/normal.hpp @@ -100,7 +100,7 @@ inline RealType pdf(const normal_distribution& dist, const Rea { return 0; // pdf + and - infinity is zero. } - // Theis produces MSVC 4127 warnings, so the above used instead. + // Below produces MSVC 4127 warnings, so the above used instead. //if(std::numeric_limits::has_infinity && abs(x) == std::numeric_limits::infinity()) //{ // pdf + and - infinity is zero. // return 0;