summaryrefslogtreecommitdiff
path: root/src/gx_video.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
commit27ea30c38994b689d6e27e8fac8c63d69179f9b5 (patch)
tree6ab1a75abb9a619b66f91171ad99d7ec4d836ee4 /src/gx_video.c
parent2c415eb841c94238cf49c44dea4a83fa83621307 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/gx_video.c')
-rw-r--r--src/gx_video.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gx_video.c b/src/gx_video.c
index 7964d17..cc69dc2 100644
--- a/src/gx_video.c
+++ b/src/gx_video.c
@@ -271,7 +271,7 @@ typedef struct {
/*----------------------------------------------------------------------------
* GXSetColorKey
*
- * Description :This function reads the color key for the pallete and
+ * Description :This function reads the color key for the palette and
* sets the video color key register.
*
* Parameters.
@@ -514,7 +514,7 @@ GXStopVideo(ScrnInfoPtr pScrni, pointer data, Bool exit)
* attribute :The port attribute to be set
* value :Value of the attribute to be set.
*
- * Returns :Sucess if the attribute is supported, else BadMatch
+ * Returns :Success if the attribute is supported, else BadMatch
*
* Comments :none
*----------------------------------------------------------------------------
@@ -564,7 +564,7 @@ GXSetPortAttribute(ScrnInfoPtr pScrni,
* attribute :The port attribute to be read
* value :Pointer to the value of the attribute to be read.
*
- * Returns :Sucess if the attribute is supported, else BadMatch
+ * Returns :Success if the attribute is supported, else BadMatch
*
* Comments :none
*----------------------------------------------------------------------------