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

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