1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix typo in assertion

This commit is contained in:
Andreas Schwab
2014-05-13 17:06:58 +02:00
parent 637461d965
commit 01eb16fdb6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-05-13 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
2014-05-12 Joseph Myers <joseph@codesourcery.com> 2014-05-12 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/kernel-features.h [__s390__] * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]

View File

@ -229,7 +229,7 @@ grantpt (int fd)
break; break;
default: default:
assert(! "getpt: internal error: invalid exit code from pt_chown"); assert(! "grantpt: internal error: invalid exit code from pt_chown");
} }
} }
#endif #endif