Fix spelling/wording issues

Found by using:
    codespell --builtin clear,rare,usage,informal,code,names

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2022-01-29 15:48:26 -08:00
parent a375e88f89
commit cb3970480f
2 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ v4lSetup(pointer module, pointer opts, int *errmaj, int *errmin)
#define VIDEO_OFF 0 /* really off */
#define VIDEO_RGB 1 /* rgb overlay (directly to fb) */
#define VIDEO_YUV 2 /* yuv overlay (to offscreen memory + hw scaling) */
#define VIDEO_RECLIP 3 /* temporarly off, window clipping changes */
#define VIDEO_RECLIP 3 /* temporarily off, window clipping changes */
typedef struct _XvV4LCtrlRec {
struct v4l2_queryctrl qctrl;
@@ -1194,7 +1194,7 @@ V4LInit(ScrnInfoPtr pScrn, XF86VideoAdaptorPtr **adaptors)
/* Initialize yuv_format */
if (0 != pPPriv->yuv_format) {
/* pass throuth scaler attributes */
/* pass through scaler attributes */
for (j = 0; j < pPPriv->myfmt->num_attributes; j++) {
v4l_add_attr(&VAR[i]->pAttributes, &VAR[i]->nAttributes,
pPPriv->myfmt->attributes+j);

View File

@@ -511,7 +511,7 @@ struct v4l2_jpegcompression {
__u32 jpeg_markers; /* Which markers should go into the JPEG
* output. Unless you exactly know what
* you do, leave them untouched.
* Inluding less markers will make the
* Including less markers will make the
* resulting code smaller, but there will
* be fewer applications which can read it.
* The presence of the APP and COM marker
@@ -523,7 +523,7 @@ struct v4l2_jpegcompression {
#define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */
#define V4L2_JPEG_MARKER_COM (1<<6) /* Comment segment */
#define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
* allways use APP0 */
* always use APP0 */
};
/*