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>
* sysdeps/unix/sysv/linux/kernel-features.h [__s390__]

View File

@ -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