]> sigrok.org Git - pulseview.git/blobdiff - pv/views/tabular_decoder/view.hpp
TabularDecView: Fix invalid assert()
[pulseview.git] / pv / views / tabular_decoder / view.hpp
index 93761bda49bc15e56fadad2162bec7791aa55b13..290e42a14b8f06d57bf079dd9e4aec351a3e832a 100644 (file)
@@ -49,7 +49,7 @@ enum ViewModeType {
        ViewModeAll,
        ViewModeLatest,
 //     ViewModeVisible,
-       ViewModeCount // Indicates how many save types there are, must always be last
+       ViewModeCount // Indicates how many view mode types there are, must always be last
 };
 
 extern const char* SaveTypeNames[SaveTypeCount];