diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
commit | 29243b7892baed62fd625ccc9eb630b96622ef79 (patch) | |
tree | 98dae316c96bee6fd06a8c3b3626dd52e9478da2 /sys/dev/pci/if_wb.c | |
parent | 3c45b16ec70a3d326c028427d3d613cec5d4c11f (diff) |
managment -> management;
ok mickey@
Diffstat (limited to 'sys/dev/pci/if_wb.c')
-rw-r--r-- | sys/dev/pci/if_wb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index 19aef5700aa..8c9694c6bc9 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.20 2003/01/15 06:31:24 art Exp $ */ +/* $OpenBSD: if_wb.c,v 1.21 2003/04/26 08:01:42 jmc Exp $ */ /* * Copyright (c) 1997, 1998 @@ -71,7 +71,7 @@ * For transmission, the driver creates a linked list of 'super descriptors' * which each contain several individual descriptors linked toghether. * Each 'super descriptor' contains WB_MAXFRAGS descriptors, which we - * abuse as fragment pointers. This allows us to use a buffer managment + * abuse as fragment pointers. This allows us to use a buffer management * scheme very similar to that used in the ThunderLAN and Etherlink XL * drivers. * |