From bc53eddb2f76be3e134aa5ed1814254aa289f898 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 18 Jun 2009 09:26:22 +0000 Subject: Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported by Goswin Brederlow --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_lowlevel.h') diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 1e32825..54cec8c 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1058,7 +1058,7 @@ int fuse_reply_bmap(fuse_req_t req, uint64_t idx); /** * Add a directory entry to the buffer * - * Buffer needs to be large enough to hold the entry. Of it's not, + * Buffer needs to be large enough to hold the entry. If it's not, * then the entry is not filled in but the size of the entry is still * returned. The caller can check this by comparing the bufsize * parameter with the returned entry size. If the entry size is -- cgit v1.2.3