]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mx25lxx05d/pd.py
Fix a bunch of typos.
[libsigrokdecode.git] / decoders / mx25lxx05d / pd.py
index 0217de4dbc9a3a0238fb6c3e06b2311658751efd..b5ccee02e1510a2c3d7c357d5fd4edd8e83619d3 100644 (file)
@@ -252,7 +252,7 @@ class Decoder(srd.Decoder):
             self.ss_block = self.ss
             self.putx([8, ['Command: %s' % cmds[self.state][1]]])
         elif self.cmdstate in (2, 3, 4):
-            # Bytes 2/3/4: Master sends sectror address (24bits, MSB-first).
+            # Bytes 2/3/4: Master sends sector address (24bits, MSB-first).
             self.addr |= (mosi << ((4 - self.cmdstate) * 8))
             # self.putx([0, ['Sector address, byte %d: 0x%02x' % \
             #                (4 - self.cmdstate, mosi)]])