diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
commit | 53c3cfbecba041d1a215f7a5689df796b97949e8 (patch) | |
tree | 9dddbf8d2f3ec2e9dad4df76fd817614259092b0 /wrapper/XvMCWrapper.c | |
parent | 36086307ba9fd1272365b964056e8a6780109478 (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 'wrapper/XvMCWrapper.c')
-rw-r--r-- | wrapper/XvMCWrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/XvMCWrapper.c b/wrapper/XvMCWrapper.c index 7882323..7a4c86d 100644 --- a/wrapper/XvMCWrapper.c +++ b/wrapper/XvMCWrapper.c @@ -27,7 +27,7 @@ /* * BUGS: The wrapper really should maintain one symbol table per port. This - * could possibly be impemented, To do that, the port-independent symbols need to be lifted out, + * could possibly be implemented. To do that, the port-independent symbols need to be lifted out, * and one would have to create a number of mapping tables: * * port -> symbol table |