]> sigrok.org Git - libsigrokdecode.git/commitdiff
edid: s/annotation type/annotation class/.
authorUwe Hermann <redacted>
Sat, 3 May 2014 20:36:55 +0000 (22:36 +0200)
committerUwe Hermann <redacted>
Sat, 3 May 2014 20:36:55 +0000 (22:36 +0200)
decoders/edid/pd.py

index 03d5c4d89bfc8257fca54f071bed3707721f259a..8af10aee7e65dba082d0c8753f92176a52cabe4a 100644 (file)
@@ -68,7 +68,7 @@ xy_ratio = [
     (16, 9),
 ]
 
-# Annotation types
+# Annotation classes
 ANN_FIELDS = 0
 ANN_SECTIONS = 1