From: Marius Tomaschewski Date: Wed, 5 Apr 2006 18:38:50 +0000 (+0000) Subject: - Fixed comment about attach point X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d356b41f85df74fd549fac0d0c9eaa6d71947a0;p=platform%2Fupstream%2Flibzypp.git - Fixed comment about attach point --- diff --git a/zypp/media/MediaDIR.cc b/zypp/media/MediaDIR.cc index e3021da..54bfe3a 100644 --- a/zypp/media/MediaDIR.cc +++ b/zypp/media/MediaDIR.cc @@ -35,8 +35,9 @@ namespace zypp { // METHOD NAME : MediaDIR::MediaDIR // METHOD TYPE : Constructor // - // DESCRIPTION : Attach point is always '/', as files are not copied. - // Thus attach_point_hint_r is ignored. + // DESCRIPTION : Attach point is always url_r.getPathName(), + // as files are not copied. + // Thus attach_point_hint_r is ignored. // MediaDIR::MediaDIR( const Url & url_r, const Pathname & /*attach_point_hint_r*/ )