diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:07:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:07:44 -0800 |
commit | dcb341816e49d5c2fcc745c248d4885a85d3bfd8 (patch) | |
tree | f9592770d542260bd5ce61b0858561599bb71e00 /src/CirrusClk.c | |
parent | 6d66293961c0993eb8ee93e4f85c150b84456249 (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/CirrusClk.c')
-rw-r--r-- | src/CirrusClk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CirrusClk.c b/src/CirrusClk.c index a8b24ac..a6b2d63 100644 --- a/src/CirrusClk.c +++ b/src/CirrusClk.c @@ -11,7 +11,7 @@ * * Minor changes and cleanup Itai Nahshon. * - * Made this completly chipset independent, and moved chipset dependent parts + * Made this completely chipset independent, and moved chipset dependent parts * into the specific sub-drivers. Derek Fawcus <derek@spider.com> */ |