From: Volker Lendecke Date: Sat, 25 Feb 2012 08:40:16 +0000 (+0100) Subject: s3: Fix a typo X-Git-Tag: tdb-1.2.10~625 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=341bd82fbf1f9209aae94bdbc6461805f826e39e;p=thirdparty%2Fsamba.git s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104 --- diff --git a/source3/smbd/statvfs.c b/source3/smbd/statvfs.c index bcdcd91c872..e6e1572e022 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) {