summaryrefslogtreecommitdiff
path: root/src/util/safe_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/safe_print.h')
-rw-r--r--src/util/safe_print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/safe_print.h b/src/util/safe_print.h
index 51e6745c7..ba0704d9c 100644
--- a/src/util/safe_print.h
+++ b/src/util/safe_print.h
@@ -27,13 +27,13 @@
* IMPORTANT: The `toString(obj)` function *must not* perform any allocations
* or call other functions that are not async-signal-safe.
*
- * This header is a "cvc4_private_library.h" header because it is private but
+ * This header is a "cvc5_private_library.h" header because it is private but
* the safe_print functions are used in the driver. See also the description
* of "statistics_registry.h" for more information on
- * "cvc4_private_library.h".
+ * "cvc5_private_library.h".
*/
-#include "cvc4_private_library.h"
+#include "cvc5_private_library.h"
#ifndef CVC5__SAFE_PRINT_H
#define CVC5__SAFE_PRINT_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback