]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.h
cosmetic fix
[lyx.git] / src / lyxrow.h
index 7a81db1b2f6ce2c5aa0a190ab757b9c662f05a20..e7c1183958acb70fb816be65a10b42b937bee228 100644 (file)
@@ -24,7 +24,7 @@ public:
        ///
        Row();
        ///
-       Row(ParagraphList::iterator pit, lyx::pos_type po);
+       Row(ParagraphList::iterator pit, lyx::pos_type pos);
        ///
        void par(ParagraphList::iterator pit);
        ///
@@ -70,7 +70,7 @@ private:
        ParagraphList::iterator pit_;
        ///
        lyx::pos_type pos_;
-       /** what is missing to a full row can be negative.
+       /** what is missing to a full row. Can be negative.
          Needed for hfills, flushright, block etc. */
        mutable int fill_;
        ///