diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/grantpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index c4f067f036..410dc50cf9 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 |