- Fixed comment about attach point
authorMarius Tomaschewski <mt@suse.de>
Wed, 5 Apr 2006 18:38:50 +0000 (18:38 +0000)
committerMarius Tomaschewski <mt@suse.de>
Wed, 5 Apr 2006 18:38:50 +0000 (18:38 +0000)
zypp/media/MediaDIR.cc

index e3021da..54bfe3a 100644 (file)
@@ -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*/ )