diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-03-30 04:05:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-04-13 16:55:05 +0200 |
commit | 23beb5b37c415c1b10a06d8dc0aa93b6eea0aade (patch) | |
tree | 97dcaae0d39c2a3aef597893c18b1ba6803e90c0 /source3/smbd/statvfs.c | |
parent | d81bada9f73af5eebfd21b2242612a5986f2a2d3 (diff) | |
download | samba-23beb5b37c415c1b10a06d8dc0aa93b6eea0aade.tar.gz |
Typo: s/prefered/preferred/
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Change-Id: Ib82b71111fd208990aa876a8bf06431cfed21a6c
Reviewed-on: https://gerrit.samba.org/220
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/smbd/statvfs.c')
-rw-r--r-- | source3/smbd/statvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/statvfs.c b/source3/smbd/statvfs.c index 94ec2d5146d..f9f2211030c 100644 --- a/source3/smbd/statvfs.c +++ b/source3/smbd/statvfs.c @@ -151,7 +151,7 @@ static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf) sys_statvfs() is an abstraction layer over system-dependent statvfs()/statfs() for particular POSIX systems. Due to controversy of what is considered more important between LSB and FreeBSD/POSIX.1 (IEEE Std 1003.1-2001) we need to abstract the interface - so that particular OS would use its prefered interface. + so that particular OS would use its preferred interface. */ int sys_statvfs(const char *path, vfs_statvfs_struct *statbuf) { |