diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-29 15:48:26 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-29 15:48:26 -0800 |
commit | cb3970480f567588ca0cd3ce0e3b25e9e8f6f5e4 (patch) | |
tree | 16970943d91d8146cbe85ae264a83c16adba9896 /src/v4l.c | |
parent | a375e88f89b2ebd2bb485bded4e66d37b395a1fe (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/v4l.c')
-rw-r--r-- | src/v4l.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |