diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-02-04 11:40:33 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-02-04 11:40:33 +0000 |
commit | a7dd77cd2c9b7f548522210b8ff411d3374f7da4 (patch) | |
tree | e7028a9f7267825c4153b36f7ddbcdb081adccfd | |
parent | 167aa887ba3c5ccb8013d96e6a348dea865d41c2 (diff) |
fix a copy/paste in a comment.
-rw-r--r-- | sys/dev/usb/if_ral.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 769be5e7655..f1da3128719 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.62 2006/01/29 03:22:52 brad Exp $ */ +/* $OpenBSD: if_ral.c,v 1.63 2006/02/04 11:40:32 damien Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -1001,7 +1001,7 @@ Static uint8_t ural_rxrate(struct ural_rx_desc *desc) { if (letoh32(desc->flags) & RAL_RX_OFDM) { - /* reverse function of rt2560_plcp_signal */ + /* reverse function of ural_plcp_signal */ switch (desc->rate) { case 0xb: return 12; case 0xf: return 18; |