diff options
author | 2008-04-15 16:33:55 +0000 | |
---|---|---|
committer | 2008-04-15 16:33:55 +0000 | |
commit | 7ca792b444652165a435e0dfee2fe7fe2caa9b9a (patch) | |
tree | 8f5b33582a4ac09b3ad2755e523e9cf34ae36c46 /sys/dev/microcode/ral/microcode.h | |
parent | link wpa-psk(8) to the build (diff) | |
download | wireguard-openbsd-7ca792b444652165a435e0dfee2fe7fe2caa9b9a.tar.xz wireguard-openbsd-7ca792b444652165a435e0dfee2fe7fe2caa9b9a.zip |
fix a comment. no binary change.
Diffstat (limited to 'sys/dev/microcode/ral/microcode.h')
-rw-r--r-- | sys/dev/microcode/ral/microcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/ral/microcode.h b/sys/dev/microcode/ral/microcode.h index c799515f0ce..ef8002779ca 100644 --- a/sys/dev/microcode/ral/microcode.h +++ b/sys/dev/microcode/ral/microcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: microcode.h,v 1.5 2008/03/06 09:18:04 deraadt Exp $ */ +/* $OpenBSD: microcode.h,v 1.6 2008/04/15 16:33:55 damien Exp $ */ /*- * Copyright (c) 2005-2008, Ralink Technology, Corp. @@ -19,7 +19,7 @@ /* * This file contains the loadable 8051 microcodes for the Ralink RT2561, - * RT2561S and RT2661 chipsets. + * RT2561S, RT2661 and RT2860 chipsets. */ static const uint8_t rt2561[] = { |