git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9482ee
)
Fix typo
author
Eric Biggers
<ebiggers3@gmail.com>
Thu, 23 May 2013 00:50:37 +0000
(19:50 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Thu, 23 May 2013 00:50:37 +0000
(19:50 -0500)
src/dentry.c
patch
|
blob
|
history
diff --git
a/src/dentry.c
b/src/dentry.c
index fb430eca1c798e537bb65de14d55aa29c0678a2b..47ea13445d76b53dbe4ae5b430a7ec67330a45ea 100644
(file)
--- a/
src/dentry.c
+++ b/
src/dentry.c
@@
-201,7
+201,7
@@
struct wim_dentry_on_disk {
* set to 0. */
le16 file_name_nbytes;
- /* Foll
e
wed by variable length file name, in UTF16-LE, if
+ /* Foll
o
wed by variable length file name, in UTF16-LE, if
* file_name_nbytes != 0. Includes null terminator. */
/*utf16lechar file_name[];*/