diff options
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 *---------------------------------------------------------------------------- |