From: razvanm Date: Sat, 16 Jan 2010 10:07:00 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: rc_6_tinyos_2_1_1~55 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=7195b80d9bdc58ede68198716c5a619c6486278e Fix a typo. --- diff --git a/tools/tinyos/misc/tos-deluge b/tools/tinyos/misc/tos-deluge index 7a215a0e..78b0f662 100755 --- a/tools/tinyos/misc/tos-deluge +++ b/tools/tinyos/misc/tos-deluge @@ -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, []))