From 01eb16fdb6c143884dcaeadf45ffdd725207eed5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 13 May 2014 17:06:58 +0200 Subject: Fix typo in assertion --- sysdeps/unix/grantpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index c4f067f..410dc50 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -229,7 +229,7 @@ grantpt (int fd) break; default: - assert(! "getpt: internal error: invalid exit code from pt_chown"); + assert(! "grantpt: internal error: invalid exit code from pt_chown"); } } #endif -- cgit v1.1