From 81e8dc3cac68bea5c1b85b3c1498389e5826d9c3 Mon Sep 17 00:00:00 2001 From: minoura Date: Fri, 18 May 2001 07:48:07 +0000 Subject: [PATCH] Correct a typo. Pointed out by MAEKAWA Masahide . --- usr.sbin/config/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index 99ef14146d56..70c27f86969e 100644 --- a/usr.sbin/config/config.h +++ b/usr.sbin/config/config.h @@ -1,4 +1,4 @@ -/* $NetBSD: config.h,v 1.52 2001/02/21 00:03:43 cgd Exp $ */ +/* $NetBSD: config.h,v 1.53 2001/05/18 07:48:07 minoura Exp $ */ /* * Copyright (c) 1992, 1993 @@ -182,7 +182,7 @@ struct devbase { struct devi **d_ipp; /* used for tacking on more instances */ struct deva *d_ahead; /* first attachment, if any */ struct deva **d_app; /* used for tacking on attachments */ - struct attr *d_classattr; /* device class sttribute (if any) */ + struct attr *d_classattr; /* device class attribute (if any) */ }; struct deva {