From: Eirik Nygaard Date: Wed, 11 Feb 2004 15:05:08 +0000 (+0000) Subject: Add missing */ on the end of a comment. X-Git-Tag: v2.0.1~12060 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/980e98aed050e3997912f34e9cc25e4ec78a8da8 Add missing */ on the end of a comment. --- diff --git a/sys/bus/pccard/pccard.c b/sys/bus/pccard/pccard.c index 5c8bd2618f..b132295020 100644 --- a/sys/bus/pccard/pccard.c +++ b/sys/bus/pccard/pccard.c @@ -1,6 +1,6 @@ /* $NetBSD: pcmcia.c,v 1.23 2000/07/28 19:17:02 drochner Exp $ */ /* $FreeBSD: src/sys/dev/pccard/pccard.c,v 1.70 2002/11/14 14:02:32 mux Exp $ */ -/* $DragonFly: src/sys/bus/pccard/pccard.c,v 1.8 2004/02/10 07:55:45 joerg Exp $ +/* $DragonFly: src/sys/bus/pccard/pccard.c,v 1.9 2004/02/11 15:05:08 eirikn Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. All rights reserved.