diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2013-12-15 13:56:03 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-29 18:04:25 -0700 |
commit | c59c5d241a5f09244be0cdea6dbdc938774c9486 (patch) | |
tree | 9ff93cbc991cf8d7f7af77b7da6e4ab37386f5e1 | |
parent | f7d50aa328d9488527eb2c97fba6a06c2b445d44 (diff) |
Spelling fixes.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/svga_reg.h | 2 | ||||
-rw-r--r-- | src/vmware.c | 2 | ||||
-rw-r--r-- | src/vmware_bootstrap.c | 2 | ||||
-rw-r--r-- | src/vmwarecurs.c | 2 | ||||
-rw-r--r-- | vmwgfx/vmwgfx_crtc.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/svga_reg.h b/src/svga_reg.h index 4aee52f..11b8e22 100644 --- a/src/svga_reg.h +++ b/src/svga_reg.h @@ -940,7 +940,7 @@ typedef struct SVGAOverlayUnit { * memory must come from the GFB. The guest is not allowed to * access the memory and doing so will have undefined results. The * backing store is required to be page aligned and the size is - * padded to the next page boundry. The number of pages is: + * padded to the next page boundary. The number of pages is: * (bytesPerLine * size.width * 4 + PAGE_SIZE - 1) / PAGE_SIZE * * The pitch in the backingStore is required to be at least large diff --git a/src/vmware.c b/src/vmware.c index bd8ec37..ec04712 100644 --- a/src/vmware.c +++ b/src/vmware.c @@ -1537,7 +1537,7 @@ VMWAREScreenInit(SCREEN_INIT_ARGS_DECL) } /* - * We explictly add a set of default modes because the X server will + * We explicitly add a set of default modes because the X server will * not include modes larger than the initial one. */ { diff --git a/src/vmware_bootstrap.c b/src/vmware_bootstrap.c index 0cfac57..e3c7c26 100644 --- a/src/vmware_bootstrap.c +++ b/src/vmware_bootstrap.c @@ -394,7 +394,7 @@ VMWAREProbe(DriverPtr drv, int flags) VMWAREPciChipsets, NULL, NULL, NULL, NULL, NULL); if (pScrn) { - VmwareLog(("And even configuration suceeded\n")); + VmwareLog(("And even configuration succeeded\n")); pScrn->driverVersion = VMWARE_DRIVER_VERSION; pScrn->driverName = VMWARE_DRIVER_NAME; pScrn->name = VMWARE_NAME; diff --git a/src/vmwarecurs.c b/src/vmwarecurs.c index 93dacc0..63b4425 100644 --- a/src/vmwarecurs.c +++ b/src/vmwarecurs.c @@ -89,7 +89,7 @@ RedefineCursor(VMWAREPtr pVMWARE) vmwareWriteWordToFIFO(pVMWARE, pVMWARE->hwcur.sourcePixmap[i]); } - /* Sync the FIFO, so that the definition preceeds any use of the cursor */ + /* Sync the FIFO, so that the definition precedes any use of the cursor */ vmwareWaitForFB(pVMWARE); pVMWARE->cursorDefined = TRUE; } diff --git a/vmwgfx/vmwgfx_crtc.c b/vmwgfx/vmwgfx_crtc.c index 54b4c8a..60e4de2 100644 --- a/vmwgfx/vmwgfx_crtc.c +++ b/vmwgfx/vmwgfx_crtc.c @@ -101,7 +101,7 @@ crtc_dpms(xf86CrtcPtr crtc, int mode) /* * Disable outputs and crtcs and drop the scanout reference from - * scanout pixmaps. This will essentialy free all kms fb allocations. + * scanout pixmaps. This will essentially free all kms fb allocations. */ void |