diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-05 13:07:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-05 13:07:33 -0700 |
commit | 23e83724df4809fd7857cc609c33ce7e8d3021a4 (patch) | |
tree | c3018d5ce5c474883b9a31aca33962d73a540bd8 /hw/xfree86/common/xisb.c | |
parent | b0413b6e99c6b5fbc04229ce64ddf1f41b08e63e (diff) |
Fix spelling/wording issues
Most (but not all) of these were found by using
codespell --builtin clear,rare,usage,informal,code,names
but not everything reported by that was fixed.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hw/xfree86/common/xisb.c')
-rw-r--r-- | hw/xfree86/common/xisb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xisb.c b/hw/xfree86/common/xisb.c index 3568a578c..f35a6825a 100644 --- a/hw/xfree86/common/xisb.c +++ b/hw/xfree86/common/xisb.c @@ -155,7 +155,7 @@ XisbTrace(XISBuffer * b, int trace) * will use check to select for data and prevent a block. * It is the caller's responsibility to set the block_duration to -1 if it * knows that there is data to read (because the main select loop triggered - * the read) and want's to avoid the unnecessary overhead of the select call + * the read) and wants to avoid the unnecessary overhead of the select call * * a zero or positive block duration will cause the select to block for the * give duration in usecs. |