fix typo, from David Laight.

This commit is contained in:
christos 2003-01-06 15:20:24 +00:00
parent bc4b0716ee
commit e3d4676095
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: altq_hfsc.h,v 1.4 2003/01/06 14:09:42 christos Exp $ */
/* $NetBSD: altq_hfsc.h,v 1.5 2003/01/06 15:20:24 christos Exp $ */
/* $KAME: altq_hfsc.h,v 1.6 2000/12/14 08:12:46 thorpej Exp $ */
/*
@ -141,7 +141,7 @@ struct hfsc_class_stats {
u_int64_t cur_time; /* current time */
u_int hif_classes; /* # of classes in the tree */
u_int hif_packets; /* # of packets in the tree */
struct hsfc_basic_class_stats *stats; /* pointer to stats array */
struct hfsc_basic_class_stats *stats; /* pointer to stats array */
};
#define HFSC_IF_ATTACH _IOW('Q', 1, struct hfsc_attach)