summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dpt/dpt.h')
-rw-r--r--sys/dev/dpt/dpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h
index a715e588..6c0e341 100644
--- a/sys/dev/dpt/dpt.h
+++ b/sys/dev/dpt/dpt.h
@@ -1083,7 +1083,7 @@ typedef struct dpt_softc {
/*
* Every object on a unit can have a receiver, if it treats
- * us as a target. We do that so that separate and independant
+ * us as a target. We do that so that separate and independent
* clients can consume received buffers.
*/
@@ -1245,7 +1245,7 @@ dpt_softc_t *dpt_minor2softc(int minor_no);
#endif /* _KERNEL */
/*
- * This function substracts one timval structure from another,
+ * This function subtracts one timval structure from another,
* Returning the result in usec.
* It assumes that less than 4 billion usecs passed form start to end.
* If times are sensless, ~0 is returned.
OpenPOWER on IntegriCloud