]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix a typo.
authorrazvanm <razvanm>
Sat, 16 Jan 2010 10:07:00 +0000 (10:07 +0000)
committerrazvanm <razvanm>
Sat, 16 Jan 2010 10:07:00 +0000 (10:07 +0000)
tools/tinyos/misc/tos-deluge

index 7a215a0e474cd82ced693d022feef1351ea33016..78b0f6625d78ad2a80602f595fc29c382c4bcad2 100755 (executable)
@@ -186,7 +186,7 @@ def read(imgNum, offset, length):
 
 def erase(imgNum):
     # Note: the normal erase doesn't work properly on AT45DB. A
-    # workaround is to do the normal erase (to make happy STM45P)
+    # workaround is to do the normal erase (to make happy STM25P)
     # and then overwrite the metadata (to make happy AT45DB).
 
     sreqpkt = FMReqPacket((FM_CMD_ERASE, imgNum, 0, 0, []))