From 3bcc9b9f3a96bc2d9763bf570b7009eadaeebf7f Mon Sep 17 00:00:00 2001 From: ad Date: Sun, 3 Dec 2000 13:34:37 +0000 Subject: [PATCH] Fix a comment. --- sys/dev/i2o/iop.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/dev/i2o/iop.c b/sys/dev/i2o/iop.c index 559d9cd75894..b9ab474a1924 100644 --- a/sys/dev/i2o/iop.c +++ b/sys/dev/i2o/iop.c @@ -1,4 +1,4 @@ -/* $NetBSD: iop.c,v 1.5 2000/12/03 13:17:03 ad Exp $ */ +/* $NetBSD: iop.c,v 1.6 2000/12/03 13:34:37 ad Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -968,9 +968,7 @@ iop_lct_get0(struct iop_softc *sc, struct i2o_lct *lct, int size, } /* - * Read the IOP's logical configuration table. Access to our private copy - * of the LCT must be serialized through sc_conflock; this copy should match - * the current Un*x device configuration. + * Read the IOP's logical configuration table. */ int iop_lct_get(struct iop_softc *sc)