[PATCH 1/2] Spelling fixes.

Ville Skyttä ville.skytta at iki.fi
Sun Dec 15 03:56:03 PST 2013


---
 src/svga_reg.h         | 2 +-
 src/vmware.c           | 2 +-
 src/vmware_bootstrap.c | 2 +-
 src/vmwarecurs.c       | 2 +-
 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 0e1aa17..c465727 100644
--- a/src/svga_reg.h
+++ b/src/svga_reg.h
@@ -939,7 +939,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 6b74e14..43c521f 100644
--- a/src/vmware.c
+++ b/src/vmware.c
@@ -1516,7 +1516,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 bb58325..41108da 100644
--- a/src/vmware_bootstrap.c
+++ b/src/vmware_bootstrap.c
@@ -372,7 +372,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 fec04c0..ca84a55 100644
--- a/vmwgfx/vmwgfx_crtc.c
+++ b/vmwgfx/vmwgfx_crtc.c
@@ -98,7 +98,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
-- 
1.8.3.1



More information about the xorg-devel mailing list