diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2008-04-15 16:33:56 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2008-04-15 16:33:56 +0000 |
commit | cc1cb5b636ff1c41f65be78177dc172559b6f555 (patch) | |
tree | d03301f18801ea5b8fb88c007061d507f2c7fde6 /sys/dev/microcode/ral | |
parent | 9813d378df11edf07da4ead3cd53fbf487b83d1e (diff) |
fix a comment. no binary change.
Diffstat (limited to 'sys/dev/microcode/ral')
-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[] = { |