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:
@ -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
|
||||
|
Reference in New Issue
Block a user