From ee3e279c7558b388410d16cbce9db6c80e9c0c67 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 8 May 2012 23:53:48 +0200 Subject: srd: Remove TODOs from annotation format names. Also, fix minor consistency issues, cosmetics, typos. --- decoders/mx25lxx05d/mx25lxx05d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/mx25lxx05d/mx25lxx05d.py') diff --git a/decoders/mx25lxx05d/mx25lxx05d.py b/decoders/mx25lxx05d/mx25lxx05d.py index 80b1a65..7c8a6fd 100644 --- a/decoders/mx25lxx05d/mx25lxx05d.py +++ b/decoders/mx25lxx05d/mx25lxx05d.py @@ -109,7 +109,7 @@ class Decoder(srd.Decoder): ] options = {} # TODO annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs): @@ -124,7 +124,7 @@ class Decoder(srd.Decoder): pass def putx(self, data): - # Simplification, most annotations span extactly one SPI byte/packet. + # Simplification, most annotations span exactly one SPI byte/packet. self.put(self.ss, self.es, self.out_ann, data) def handle_wren(self, mosi, miso): -- cgit v1.2.3-70-g09d2