summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 14:02:12 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 14:02:12 -0800
commit6168d934890e1066cf34f5bd97fd8c17b9dff548 (patch)
tree29eb68c5523617c067f092501332ed9564db972b /src/nv_driver.c
parentec6c1e02f91ad84577543a0a3bb24c27ca3bca23 (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/nv_driver.c')
-rw-r--r--src/nv_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 3a74038..b7188e3 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -100,7 +100,7 @@ static const struct pci_id_match NVPciIdMatchList[] = {
/*
* This contains the functions needed by the server after loading the
* driver module. It must be supplied, and gets added the driver list by
- * the Module Setup funtion in the dynamic case. In the static case a
+ * the Module Setup function in the dynamic case. In the static case a
* reference to this is compiled in, and this requires that the name of
* this DriverRec be an upper-case version of the driver name.
*/