Fix typos

Signed-off-by: Diego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2134>
This commit is contained in:
Diego Viola
2026-03-03 06:49:59 -03:00
committed by Enrico Weigelt, metux IT consult
parent 4892a42d40
commit d5bcf62732
13 changed files with 13 additions and 13 deletions

View File

@@ -79,7 +79,7 @@ typedef struct _DRIScreenPrivRec {
DRIContextPrivPtr myContextPriv; /* Pointer to server's private area */
DRIContextPrivPtr lastPartial3DContext; /* last one partially saved */
void **hiddenContextStore; /* hidden X context */
void **partial3DContextStore; /* parital 3D context */
void **partial3DContextStore; /* partial 3D context */
DRIInfoPtr pDriverInfo;
int nrWindows;
int nrWindowsVisible;