2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / gdb_assert.h
index 09f24db36c32abd0ba96598f4df1c5407a1aefb5..634049e803854b4db67c82e9667eb5b7baf362fb 100644 (file)
@@ -23,7 +23,7 @@
 /* PRAGMATICS: "gdb_assert.h":gdb_assert() is a lower case (rather
    than upper case) macro since that provides the closest fit to the
    existing lower case macro <assert.h>:assert() that it is
-   replacing. */
+   replacing.  */
 
 #define gdb_assert(expr)                                                      \
   ((void) ((expr) ? 0 :                                                       \
This page took 0.037783 seconds and 4 git commands to generate.