diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
commit | 1e4dbef654bd31f5706b4b860f6b34c7e5e5f440 (patch) | |
tree | 9c3223e63aa48c106dadb1a64e4775f7234e8d93 /src/mga.h | |
parent | f74f0504156f2504294cdd9c7f068ab4745a5c4e (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/mga.h')
-rw-r--r-- | src/mga.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -387,7 +387,7 @@ typedef enum { } mga_host_t; /** - * Card information derrived from BIOS PInS data. + * Card information derived from BIOS PInS data. */ struct mga_bios_values { /** @@ -430,7 +430,7 @@ struct mga_bios_values { /** - * Attributes that of an MGA device that can be derrived purely from its + * Attributes that of an MGA device that can be derived purely from its * PCI ID. */ struct mga_device_attributes { |