]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracetreeitem.hpp
Fix various typos in code comments.
[pulseview.git] / pv / view / tracetreeitem.hpp
index 3632ded2f3fb51553ec402a3126f25165561fdf5..8317db7b7454b040384f1b4933a3e6deb0f21b9a 100644 (file)
@@ -47,7 +47,7 @@ public:
        TraceTreeItem();
 
        /**
-        * Gets the owner this item in the view item hierachy.
+        * Gets the owner of this item in the view item hierachy.
         */
        TraceTreeItemOwner* owner() const;
 
@@ -111,7 +111,7 @@ public:
        QPoint point(const QRect &rect) const;
 
        /**
-     * Sets the new background colour state: false means dark, true means bright.
+        * Sets the new background colour state: false = dark, true = bright.
         * This is to allow for alternating backgrounds but has no effect
         * when coloured background colours are used.
         * @param state New bg color state to use.