From: Alan Pevec Date: Sat, 19 Jun 2010 18:08:25 +0000 (+0200) Subject: bridge_driver.c: fix file description X-Git-Tag: v0.8.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c141c893a43c77a4b260a6a790e79ab29866c6e;p=thirdparty%2Flibvirt.git bridge_driver.c: fix file description --- diff --git a/AUTHORS b/AUTHORS index c9a194a502..222e1b7a41 100644 --- a/AUTHORS +++ b/AUTHORS @@ -125,6 +125,7 @@ Patches have also been contributed by: Jean-Baptiste Rouault Марк Коренберг Justin Clift + Alan Pevec [....send patches to get your name here....] diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index d24bfd02bb..0cd0978460 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -1,5 +1,5 @@ /* - * driver.c: core driver methods for managing qemu guests + * bridge_driver.c: core driver methods for managing network * * Copyright (C) 2006-2010 Red Hat, Inc. * Copyright (C) 2006 Daniel P. Berrange