git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix various typos
[wimlib]
/
src
/
xpress_compress.c
diff --git
a/src/xpress_compress.c
b/src/xpress_compress.c
index a04bc52d207adf35db24bcb3725cefdcef8d897a..7ebff8766339862de7f31aaabc8f99589fe3c7f8 100644
(file)
--- a/
src/xpress_compress.c
+++ b/
src/xpress_compress.c
@@
-212,7
+212,7
@@
struct xpress_output_bitstream {
/* Pointer to the start of the output buffer. */
u8 *start;
- /* Pointer to the location in the ouput buffer at which to write the
+ /* Pointer to the location in the ou
t
put buffer at which to write the
* next 16 bits. */
u8 *next_bits;