diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-27 17:47:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-27 17:48:06 -0800 |
commit | d9e6a6e2e0ba4c64b2e52aea55aefabc693e9f97 (patch) | |
tree | 14a552676651150f13418cfa99e870e4587537fd /src/savage_video.c | |
parent | e966c430b1a9ace6cca2bc05d169a54092c4778e (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/savage_video.c')
-rw-r--r-- | src/savage_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_video.c b/src/savage_video.c index c88317c..e155138 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -1520,7 +1520,7 @@ SavageDisplayVideoOld( /* * Process horizontal scaling - * upscaling and downscaling smaller than 2:1 controled by MM8198 + * upscaling and downscaling smaller than 2:1 controlled by MM8198 * MM8190 controls downscaling mode larger than 2:1 * Together MM8190 and MM8198 can set arbitrary downscale up to 64:1 */ |