diff options
author | netchild <netchild@FreeBSD.org> | 2007-02-24 16:49:25 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2007-02-24 16:49:25 +0000 |
commit | 888f5e57b2c6d3791876a764fe95272318c69e47 (patch) | |
tree | 48c08e4600fc74cf326bb70101d0be9c156a2c50 /sys/compat/linux/linux_util.c | |
parent | d9c67547e5e693ad8da5b127031a0d06d9c61d7a (diff) | |
download | FreeBSD-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/compat/linux/linux_util.c')
-rw-r--r-- | sys/compat/linux/linux_util.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 8103c3a..222197c 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -58,12 +58,11 @@ __FBSDID("$FreeBSD$"); const char linux_emul_path[] = "/compat/linux"; /* - * Search an alternate path before passing pathname arguments on - * to system calls. Useful for keeping a separate 'emulation tree'. + * Search an alternate path before passing pathname arguments on to + * system calls. Useful for keeping a separate 'emulation tree'. * - * If cflag is set, we check if an attempt can be made to create - * the named file, i.e. we check if the directory it should - * be in exists. + * If cflag is set, we check if an attempt can be made to create the + * named file, i.e. we check if the directory it should be in exists. */ int linux_emul_convpath(td, path, pathseg, pbuf, cflag) |