summaryrefslogtreecommitdiff
path: root/source3/smbd/statvfs.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-25 09:40:16 +0100
committerVolker Lendecke <vl@samba.org>2012-02-25 11:16:41 +0100
commit341bd82fbf1f9209aae94bdbc6461805f826e39e (patch)
treed17aebd78acff7da2bc0bf8bfe917d164f68fb6a /source3/smbd/statvfs.c
parent71a6d334321d42fd0f02646d1649405ccf197c00 (diff)
downloadsamba-341bd82fbf1f9209aae94bdbc6461805f826e39e.tar.gz
samba-341bd82fbf1f9209aae94bdbc6461805f826e39e.tar.bz2
samba-341bd82fbf1f9209aae94bdbc6461805f826e39e.zip
s3: Fix a typo
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/statvfs.c')
-rw-r--r--source3/smbd/statvfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/statvfs.c b/source3/smbd/statvfs.c
index bcdcd91c87..e6e1572e02 100644
--- a/source3/smbd/statvfs.c
+++ b/source3/smbd/statvfs.c
@@ -166,7 +166,7 @@ static int bsd_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 preffered interface.
+ so that particular OS would use its prefered interface.
*/
int sys_statvfs(const char *path, vfs_statvfs_struct *statbuf)
{