X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=37f18d3dd783dc30226bd316271db21d15f97bd0;hb=0677340b2a3f17c99808bc848f4106453a43aba0;hp=e673ab57741f866e4237683bb73a198a470dac5e;hpb=43f2010f6e4eb9a3c972b98b350f13733e583fc6;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index e673ab5..37f18d3 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -56,7 +56,7 @@ namespace senf { public: explicit SystemException(int err); ///< SystemException without error lokus info /**< \param[in] err error number (the errno value) */ - SystemException(char const * where, int err); ///< SystemException with error lokus info + SystemException(char const * where, int err); ///< SystemException with error location info /**< \param[in] where description of error origin \param[in] err error number (the errno value) */