summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2007-02-24 16:49:25 +0000
committernetchild <netchild@FreeBSD.org>2007-02-24 16:49:25 +0000
commit888f5e57b2c6d3791876a764fe95272318c69e47 (patch)
tree48c08e4600fc74cf326bb70101d0be9c156a2c50 /sys/i386/linux/linux.h
parentd9c67547e5e693ad8da5b127031a0d06d9c61d7a (diff)
downloadFreeBSD-src-888f5e57b2c6d3791876a764fe95272318c69e47.zip
FreeBSD-src-888f5e57b2c6d3791876a764fe95272318c69e47.tar.gz
Partial MFp4 of 114977:
Whitespace commit: Fix grammar, spelling and punctuation. Submitted by: "Scot Hetzel" <swhetzel@gmail.com>
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 012a1f0..fb89cf4 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -743,7 +743,7 @@ struct l_desc_struct {
/*
* macros which does the same thing as those in linux include/asm-um/ldt-i386.h
- * these convert linux user-space descriptor to machine one
+ * these convert linux user space descriptor to machine one
*/
#define LDT_entry_a(info) \
((((info)->base_addr & LINUX_LOWERWORD) << 16) | ((info)->limit & LINUX_LOWERWORD))
OpenPOWER on IntegriCloud