summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pdqreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/pdqreg.h')
-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