mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
'have have' typos
This commit is contained in:
parent
9eca51ef80
commit
6a36d0d5f4
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ volatile sig_atomic_t user_abort = false;
|
||||||
/// been done.
|
/// been done.
|
||||||
static volatile sig_atomic_t exit_signal = 0;
|
static volatile sig_atomic_t exit_signal = 0;
|
||||||
|
|
||||||
/// Mask of signals for which have have established a signal handler to set
|
/// Mask of signals for which we have established a signal handler to set
|
||||||
/// user_abort to true.
|
/// user_abort to true.
|
||||||
static sigset_t hooked_signals;
|
static sigset_t hooked_signals;
|
||||||
|
|
||||||
|
|
|
@ -1551,7 +1551,7 @@ The old BCJ filters will still be useful in embedded systems,
|
||||||
because the decoder of the new filter will be bigger
|
because the decoder of the new filter will be bigger
|
||||||
and use more memory.
|
and use more memory.
|
||||||
.IP ""
|
.IP ""
|
||||||
Different instruction sets have have different alignment:
|
Different instruction sets have different alignment:
|
||||||
.RS
|
.RS
|
||||||
.RS
|
.RS
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue