From: Eric Biggers Date: Sat, 24 Nov 2012 06:40:23 +0000 (-0600) Subject: Fix typo X-Git-Tag: v1.2.1~73 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=c8929560c0771ea60649c962ca17902133d0b582;hp=a59c8125e7083fd9e9c6c98984bb4e70b7460ba4 Fix typo --- diff --git a/src/dentry.c b/src/dentry.c index 0e8d81f4..5ea26d3e 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -1498,11 +1498,11 @@ out_free_ads_entries: * @offset: Offset of this directory entry in the metadata resource. * @dentry: A `struct dentry' that will be filled in by this function. * - * Return 0 on success or nonzero on failure. On failure, @dentry have been - * modified, bu it will be left with no pointers to any allocated buffers. - * On success, the dentry->length field must be examined. If zero, this was a - * special "end of directory" dentry and not a real dentry. If nonzero, this - * was a real dentry. + * Return 0 on success or nonzero on failure. On failure, @dentry will have + * been modified, but it will not be left with pointers to any allocated + * buffers. On success, the dentry->length field must be examined. If zero, + * this was a special "end of directory" dentry and not a real dentry. If + * nonzero, this was a real dentry. */ int read_dentry(const u8 metadata_resource[], u64 metadata_resource_len, u64 offset, struct dentry *dentry)