diff -r 47fbc814aa31 -r cbe3ec2d59d2 lemon/assert.h --- a/lemon/assert.h Wed Oct 01 12:44:16 2008 +0200 +++ b/lemon/assert.h Wed Oct 01 13:56:40 2008 +0200 @@ -108,7 +108,7 @@ /// /// \brief Macro for assertion with customizable message /// -/// Macro for assertion with customizable message. +/// Macro for assertion with customizable message. /// \param exp An expression that must be convertible to \c bool. If it is \c /// false, then an assertion is raised. The concrete behaviour depends on the /// settings of the assertion system.