diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2007-02-24 16:49:25 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2007-02-24 16:49:25 +0000 |
commit | 802e08a3608afbbb68f9fe21eded08a92ff0308f (patch) | |
tree | 48c08e4600fc74cf326bb70101d0be9c156a2c50 /sys/compat/linux/linux_util.c | |
parent | e2ae5821fe7078094b2fb5538d6f2b31fcb4fa5f (diff) |
Partial MFp4 of 114977:
Whitespace commit: Fix grammar, spelling and punctuation.
Submitted by: "Scot Hetzel" <swhetzel@gmail.com>
Notes
Notes:
svn path=/head/; revision=166944
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 8103c3a90838..222197ccb471 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) |