]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Fix incorrect doxygen comment for srd_decoder_list().
[libsigrokdecode.git] / decoders / edid / pd.py
index 03d5c4d89bfc8257fca54f071bed3707721f259a..e655fdd0a187a71bd09e2134d1937c7103cec391 100644 (file)
@@ -68,7 +68,7 @@ xy_ratio = [
     (16, 9),
 ]
 
-# Annotation types
+# Annotation classes
 ANN_FIELDS = 0
 ANN_SECTIONS = 1
 
@@ -465,4 +465,3 @@ class Decoder(srd.Decoder):
             else:
                 if self.cache[i+2] == 0 or self.cache[i+4] == 0:
                     self.decode_descriptor(i)
-