diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
commit | d83cf3635d9397f1dd092608276c7072ed39dd91 (patch) | |
tree | 4a8d186a6b13163e207873f09f67e494b728d381 /src/gx_video.c | |
parent | e8b23199e5d87551d4ba5e6156ec008ed19cb0d9 (diff) | |
parent | 27ea30c38994b689d6e27e8fac8c63d69179f9b5 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/gx_video.c')
-rw-r--r-- | src/gx_video.c | 6 |
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 *---------------------------------------------------------------------------- |