summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyuu <syuu@openbsd.org>2010-09-21 06:13:21 +0000
committersyuu <syuu@openbsd.org>2010-09-21 06:13:21 +0000
commit1dc7eaef63be77aaaaf76e32acb0ceec0d851d6c (patch)
treed0e0e7319a2f7985b8a8cf6058c64c2cd2ef5b55
parentNo need to m_freem() a NULL pointer and change the error for unknown (diff)
downloadwireguard-openbsd-1dc7eaef63be77aaaaf76e32acb0ceec0d851d6c.tar.xz
wireguard-openbsd-1dc7eaef63be77aaaaf76e32acb0ceec0d851d6c.zip
Fix incorrect comment on comreg.h. ok deraadt@
-rw-r--r--sys/arch/octeon/dev/comreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/dev/comreg.h b/sys/arch/octeon/dev/comreg.h
index d52e765affe..a7158cd08e1 100644
--- a/sys/arch/octeon/dev/comreg.h
+++ b/sys/arch/octeon/dev/comreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comreg.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
+/* $OpenBSD: comreg.h,v 1.2 2010/09/21 06:13:21 syuu Exp $ */
/* $NetBSD: ns16550reg.h,v 1.4 1994/10/27 04:18:43 cgd Exp $ */
/*-
@@ -33,7 +33,7 @@
*/
/*
- * NS16550 (and above) UART registers
+ * OCTEON UART registers
*/
#define com_rxdata 0x00 /* data register (R) */