$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2008-03-13 06:56:48
Author: pbristow
Date: 2008-03-13 06:56:48 EDT (Thu, 13 Mar 2008)
New Revision: 43588
URL: http://svn.boost.org/trac/boost/changeset/43588
Log:
Added more comment and correct spelling mistake.
Text files modified: 
   sandbox/math_toolkit/boost/math/distributions/normal.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/boost/math/distributions/normal.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/normal.hpp	(original)
+++ sandbox/math_toolkit/boost/math/distributions/normal.hpp	2008-03-13 06:56:48 EDT (Thu, 13 Mar 2008)
@@ -100,7 +100,7 @@
    {
      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<RealType>::has_infinity && abs(x) == std::numeric_limits<RealType>::infinity())
    //{ // pdf + and - infinity is zero.
    //  return 0;