Skip to content

Commit 2194c7d

Browse files
committed
Change function name in significant comment err -> errx.
This would cause the errx function not to be found in our standard library.
1 parent 48b8c90 commit 2194c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/library/err.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void err(int eval, const char *fmt, ...)
1717
abort();
1818
}
1919

20-
/* FUNCTION: err */
20+
/* FUNCTION: errx */
2121

2222
#ifndef __CPROVER_ERR_H_INCLUDED
2323
#include <err.h>

0 commit comments

Comments
 (0)