Module Name: src
Committed By: andvar
Date: Sun Aug 8 20:57:09 UTC 2021
Modified Files:
src/sys/dev/pci/cxgb: cxgb_offload.c
Log Message:
s/propely/properly/
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/cxgb/cxgb_offload.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/cxgb/cxgb_offload.c
diff -u src/sys/dev/pci/cxgb/cxgb_offload.c:1.6 src/sys/dev/pci/cxgb/cxgb_offload.c:1.7
--- src/sys/dev/pci/cxgb/cxgb_offload.c:1.6 Fri Dec 27 09:22:20 2019
+++ src/sys/dev/pci/cxgb/cxgb_offload.c Sun Aug 8 20:57:09 2021
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.6 2019/12/27 09:22:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.7 2021/08/08 20:57:09 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -516,7 +516,7 @@ cxgb_insert_tid(struct toedev *tdev, str
}
/*
- * Populate a TID_RELEASE WR. The mbuf must be already propely sized.
+ * Populate a TID_RELEASE WR. The mbuf must be already properly sized.
*/
static inline void
mk_tid_release(struct mbuf *m, unsigned int tid)