summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-18 10:18:39 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-18 10:18:39 +0000
commitbf31bf7cd621b22e582b885489292c52165ed353 (patch)
tree8a70be162477647bd907eab809d6d36774b9d7da /sys/dev
parent5b612ec34cd7daf2f587fc621b2975767cbb3231 (diff)
Fix comment typo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/pdqreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ic/pdqreg.h b/sys/dev/ic/pdqreg.h
index c681fc57a70..12ccc625cc8 100644
--- a/sys/dev/ic/pdqreg.h
+++ b/sys/dev/ic/pdqreg.h
@@ -50,7 +50,7 @@
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
/*
- * Can't directly use "assert", because apparenltly cpp won't expand it
+ * Can't directly use "assert", because apparently cpp won't expand it
* unless it has an argument, which loses.
*/
#ifdef PDQ_NDEBUG