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 /src/vmwarecurs.c | |
parent | f7d50aa328d9488527eb2c97fba6a06c2b445d44 (diff) |
Spelling fixes.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/vmwarecurs.c')
-rw-r--r-- | src/vmwarecurs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |