diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
commit | 1e4dbef654bd31f5706b4b860f6b34c7e5e5f440 (patch) | |
tree | 9c3223e63aa48c106dadb1a64e4775f7234e8d93 /src/mga_dri.c | |
parent | f74f0504156f2504294cdd9c7f068ab4745a5c4e (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/mga_dri.c')
-rw-r--r-- | src/mga_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index 6867d8f..3070b60 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -216,7 +216,7 @@ static void MGASwapContextShared( ScreenPtr pScreen ) * This is really only called from validate/postvalidate as we * override the dri lock/unlock. Want to remove validate/postvalidate * processing, but need to remove all client-side use of drawable lock - * first (otherwise there is noone recover when a client dies holding + * first (otherwise there is no one recover when a client dies holding * the drawable lock). * * What does this mean? |