save
[protos/libecoli.git] / lib / ecoli_assert.h
index 61989e9..f0eb9be 100644 (file)
@@ -29,7 +29,7 @@
  * Assert API
  *
  * Helpers to check at runtime if a condition is true, and abort
- * otherwise.
+ * (exit) otherwise.
  */
 
 #ifndef ECOLI_ASSERT_