summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/imgact_linux.c
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/imgact_linux.c
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/imgact_linux.c')
-rw-r--r--sys/i386/linux/imgact_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c
index cfc28e9..268936d 100644
--- a/sys/i386/linux/imgact_linux.c
+++ b/sys/i386/linux/imgact_linux.c
@@ -124,7 +124,7 @@ exec_linux_imgact(struct image_params *imgp)
/*
* Check if file_offset page aligned,.
- * Currently we cannot handle misalinged file offsets,
+ * Currently we cannot handle misaligned file offsets,
* and so we read in the entire image (what a waste).
*/
if (file_offset & PAGE_MASK) {
OpenPOWER on IntegriCloud