Skip to content

Commit 968d966

Browse files
GarthSnyderCopilot
andauthored
Update cmd/zstream/zstream_util.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Garth Snyder <garth@garthsnyder.com>
1 parent a91ab4a commit 968d966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/zstream/zstream_util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#include <sys/zio_checksum.h>
3030

3131
/*
32-
* The safe_ versions of the functions below exit(1) if the operation doesn't
33-
* succeed instead of returning an error.
32+
* The safe_ versions of the functions below terminate the process if the
33+
* operation doesn't succeed instead of returning an error.
3434
*/
3535
extern void *
3636
safe_malloc(size_t size);

0 commit comments

Comments
 (0)