Skip to content

Commit b27b828

Browse files
authored
Merge pull request #5299 from NlightNFotis/errx_fix
Change function name in significant comment `err` -> `errx`.
2 parents 87ee713 + 2194c7d commit b27b828

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)