]> wimlib.net Git - wimlib/commitdiff
Fix typo
authorEric Biggers <ebiggers3@gmail.com>
Sat, 24 Nov 2012 06:40:23 +0000 (00:40 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 24 Nov 2012 06:40:23 +0000 (00:40 -0600)
src/dentry.c

index 0e8d81f40cb798b6a05ce5866b0f1714f4008424..5ea26d3ecbb9c7285770f1269e1be52996b493b3 100644 (file)
@@ -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.
  *
  * @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)
  */
 int read_dentry(const u8 metadata_resource[], u64 metadata_resource_len,
                u64 offset, struct dentry *dentry)