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 --- ChangeLog | 4 ++++ sysdeps/unix/grantpt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9df9433af..ddba88abc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-13 Andreas Schwab + + * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion. + 2014-05-12 Joseph Myers * sysdeps/unix/sysv/linux/kernel-features.h [__s390__] diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index c4f067f036..410dc50cf9 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.2.3-70-g09d2