diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 12:29:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 12:29:58 -0800 |
commit | 82129368107c2a0608ad350b812c07ba6e07f498 (patch) | |
tree | 82500071dfc8ba38856a0b4eebf11e224ae89a14 /src/atidri.h | |
parent | 10c2894c7164a959fc79e7844251025c04405059 (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/atidri.h')
-rw-r--r-- | src/atidri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atidri.h b/src/atidri.h index 52d4b44..bfc4b0f 100644 --- a/src/atidri.h +++ b/src/atidri.h @@ -38,7 +38,7 @@ #define ATI_AGP_MAX_MODE 2 -/* Imported from the radeon suspend code writen by cpbotha@ieee.org +/* Imported from the radeon suspend code written by cpbotha@ieee.org * to enable suspend/resume support for the mach64 card. */ extern void ATIDRIResume(ScreenPtr pScreen); |