diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2013-01-17 00:48:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2013-01-17 00:48:05 +0000 |
commit | 5d884c83a510f9ee3d2f7f5d0c9c9ac88175ed1d (patch) | |
tree | bb44a5b27367445d86ffb19626f312269c0ce608 /sys/dev | |
parent | 912630dde59eb16b8bc97de41a25ae972a11d836 (diff) |
first or second coming, commie or not commie, one m in coming is sufficient
ok claudio
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_oce.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_oce.c b/sys/dev/pci/if_oce.c index 4a20d552883..b51d2d96002 100644 --- a/sys/dev/pci/if_oce.c +++ b/sys/dev/pci/if_oce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_oce.c,v 1.68 2012/12/10 17:36:10 mikeb Exp $ */ +/* $OpenBSD: if_oce.c,v 1.69 2013/01/17 00:48:04 henning Exp $ */ /* * Copyright (c) 2012 Mike Belopuhov @@ -3079,8 +3079,8 @@ oce_config_rss(struct oce_softc *sc, int enable) /* * Initialize the RSS CPU indirection table. * - * The table is used to choose the queue to place incomming packets. - * Incomming packets are hashed. The lowest bits in the hash result + * The table is used to choose the queue to place incoming packets. + * Incoming packets are hashed. The lowest bits in the hash result * are used as the index into the CPU indirection table. * Each entry in the table contains the RSS CPU-ID returned by the NIC * create. Based on the CPU ID, the receive completion is routed to |