diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-18 10:18:39 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-18 10:18:39 +0000 |
commit | bf31bf7cd621b22e582b885489292c52165ed353 (patch) | |
tree | 8a70be162477647bd907eab809d6d36774b9d7da /sys/dev | |
parent | 5b612ec34cd7daf2f587fc621b2975767cbb3231 (diff) |
Fix comment typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/pdqreg.h | 2 |
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 |