diff options
author | Bryan Steele <brynet@cvs.openbsd.org> | 2012-11-03 00:05:42 +0000 |
---|---|---|
committer | Bryan Steele <brynet@cvs.openbsd.org> | 2012-11-03 00:05:42 +0000 |
commit | 9e53ede7d1673f0284e899e0851f45ffb5156186 (patch) | |
tree | fd705f105b18259dd095b4a42af59d51ebe53a36 | |
parent | f51c02ade1575468f814ebceebf4c62ef9f35ec0 (diff) |
Obligatory second oce commit for tonight. No binary change.
ok mikeb@
-rw-r--r-- | sys/dev/pci/if_oce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_oce.c b/sys/dev/pci/if_oce.c index df5cf539200..2e2052d9945 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.38 2012/11/02 23:34:57 mikeb Exp $ */ +/* $OpenBSD: if_oce.c,v 1.39 2012/11/03 00:05:41 brynet Exp $ */ /* * Copyright (c) 2012 Mike Belopuhov @@ -1175,7 +1175,7 @@ oce_rxeof(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) m->m_pkthdr.rcvif = ifp; #if NVLAN > 0 - /* This determies if vlan tag is valid */ + /* This determines if vlan tag is valid */ if (oce_cqe_vtp_valid(sc, cqe)) { if (sc->function_mode & FNM_FLEX10_MODE) { /* FLEX10. If QnQ is not set, neglect VLAN */ |