]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewitemowner.hpp
Fix various typos in code comments.
[pulseview.git] / pv / view / viewitemowner.hpp
index 60c8507626eaae243b12aba2b05c409609512be1..49c251e7828c99098c15b65cb978157c5e9ae06f 100644 (file)
@@ -43,11 +43,6 @@ public:
        typedef ViewItemIterator<const ViewItemOwner, ViewItem> const_iterator;
 
 public:
-       /**
-        * Returns a list of row items owned by this object.
-        */
-       virtual item_list& child_items() = 0;
-
        /**
         * Returns a list of row items owned by this object.
         */
@@ -77,7 +72,7 @@ public:
        const_iterator end() const;
 
        /**
-        * Creates a list of decendant signals filtered by type.
+        * Creates a list of descendant signals filtered by type.
         */
        template<class T>
        std::vector< std::shared_ptr<T> > list_by_type() {