summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-01-26 21:48:50 +0000
committercognet <cognet@FreeBSD.org>2006-01-26 21:48:50 +0000
commita256f935eb597aca746dfb71d24156bf714930d7 (patch)
treeda0a7748b5d11a65266729d3abce15309555ae52
parentdc5d8abf2c9af70e3fae598aa7bcb4afd319547e (diff)
downloadFreeBSD-src-a256f935eb597aca746dfb71d24156bf714930d7.zip
FreeBSD-src-a256f935eb597aca746dfb71d24156bf714930d7.tar.gz
Fix a typo : deivce => device
Spotted by: rwatson
-rw-r--r--sys/compat/linux/linux_stats.c2
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);
}
OpenPOWER on IntegriCloud