treewide: fix typos

Signed-off-by: default avatarDiego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2138>

---------------------------------------------------------------------------

One of the spelling errors was moved to another file and fixed there

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
Diego Viola
2026-03-15 14:05:57 +02:00
committed by Enrico Weigelt
parent e6a0fa4b0c
commit 639551d032
8 changed files with 9 additions and 9 deletions

View File

@@ -249,7 +249,7 @@ typedef void (*CursorWarpedToProcPtr) (DeviceIntPtr /* pDev */ ,
int /*x */ ,
int /*y */ );
typedef void (*CurserConfinedToProcPtr) (DeviceIntPtr /* pDev */ ,
typedef void (*CursorConfinedToProcPtr) (DeviceIntPtr /* pDev */ ,
ScreenPtr /*pScreen */ ,
WindowPtr /*pWindow */ );
@@ -584,7 +584,7 @@ typedef struct _Screen {
RecolorCursorProcPtr RecolorCursor;
SetCursorPositionProcPtr SetCursorPosition;
CursorWarpedToProcPtr CursorWarpedTo;
CurserConfinedToProcPtr CursorConfinedTo;
CursorConfinedToProcPtr CursorConfinedTo;
/* GC procedures */

View File

@@ -156,7 +156,7 @@
#define PCI_CLASS_I2O 0x0e
#define PCI_CLASS_SATELLITE 0x0f
#define PCI_CLASS_CRYPT 0x10
#define PCI_CLASS_DATA_ACQUISTION 0x11
#define PCI_CLASS_DATA_ACQUISITION 0x11
#define PCI_CLASS_UNDEFINED 0xff
/* sub class */