From: Andreas Schwab Date: Tue, 13 May 2014 15:06:58 +0000 (+0200) Subject: Fix typo in assertion X-Git-Tag: glibc-2.20~527 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01eb16fdb6c143884dcaeadf45ffdd725207eed5;p=thirdparty%2Fglibc.git Fix typo in assertion --- diff --git a/ChangeLog b/ChangeLog index e9df9433af3..ddba88abc62 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 c4f067f036c..410dc50cf94 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