diff -r bb40b6db0a58 -r f6899946c1ac lemon/assert.h --- a/lemon/assert.h Sat Sep 27 14:33:28 2008 +0200 +++ b/lemon/assert.h Tue Sep 30 20:53:18 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.