Fixed a typo

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403879
This commit is contained in:
Davis King 2010-11-10 01:17:39 +00:00
parent 9cab0eca08
commit e0837d857b

View File

@ -474,7 +474,7 @@
<p> <p>
Note that when this macro fails and throws an exception it also calls the global Note that when this macro fails and throws an exception it also calls the global
C function dlib_assert_breakpoint(). This behavior makes it easy to set a debugging C function dlib_assert_breakpoint(). This behavior makes it easy to set a debugging
tool to break when DLIB_CASSERT fails by setting a breakpoint on dlib_assert_breakpoint(). tool to break when DLIB_ASSERT fails by setting a breakpoint on dlib_assert_breakpoint().
</p> </p>
</description> </description>