diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /dri2proto.txt | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (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 'dri2proto.txt')
-rw-r--r-- | dri2proto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dri2proto.txt b/dri2proto.txt index f896777..0e58171 100644 --- a/dri2proto.txt +++ b/dri2proto.txt @@ -190,7 +190,7 @@ DRI2BUFFER { attachment: CARD32 cpp: CARD32 flags: CARD32 } - The DRI2BUFFER describes an auxillary rendering buffer + The DRI2BUFFER describes an auxiliary rendering buffer associated with an X drawable. 'attachment' describes the attachment point for the buffer, 'name' is the name of the underlying kernel buffer, @@ -561,7 +561,7 @@ naturally some interactions with other extensions. 11.1 GLX -The GL auxilary buffers map directly to the DRI2 buffers... eh +The GL auxiliary buffers map directly to the DRI2 buffers... eh 11.2 DBE |