diff options
-rw-r--r-- | sys/compat/linux/linux_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index be67b80..1c5b0ae 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -137,7 +137,7 @@ linux_newstat(struct thread *td, struct linux_newstat_args *args) && path[9] >= '0' && path[9] <= '9') { /* * Linux checks major and minors of the slave device to make - * sure it's a pty deivce, so let's make him believe it is. + * sure it's a pty device, so let's make him believe it is. */ buf.st_rdev = (136 << 8); } |