tiny doc improvements
authorMartin Vidner <mvidner@suse.cz>
Mon, 18 Jun 2007 15:18:38 +0000 (15:18 +0000)
committerMartin Vidner <mvidner@suse.cz>
Mon, 18 Jun 2007 15:18:38 +0000 (15:18 +0000)
zypp/data/RecordId.h
zypp/parser/susetags/RepoIndex.h

index 9afc5e3..0fee5b3 100644 (file)
@@ -18,7 +18,7 @@ namespace zypp
 {
   namespace data
   {
-    /** Chache strore record id. */
+    /** Cache store record id. */
     typedef DefaultIntegral<long long, -1> RecordId;
     /** The default RecordId is a value we don't use for records. */
     static const RecordId noRecordId;
index c2398c9..601e2fc 100644 (file)
@@ -41,8 +41,9 @@ namespace zypp
       //
       //       CLASS NAME : RepoIndex
       //
-      /** Repository content data.
+      /** Repository content data (from /content file).
        * File and Checksum definitions required by Downloader and Parser.
+       * (Do not confuse with NU's repoindex.xml)
       */
       class RepoIndex : public base::ReferenceCounted, private base::NonCopyable
       {