Skip to content

Commit 7977fd8

Browse files
author
Jenny Plunkett
committed
Fix typos
1 parent a8b60f5 commit 7977fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/mcuxpresso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MCUXpresso(GNUARMEclipse):
5656

5757
@classmethod
5858
def is_target_supported(cls, target_name):
59-
# targes suppoerted when .cproject templatefile exists
59+
# target is supported when *_cproject.tmpl template file exists
6060
if exists(cls.TEMPLATE_DIR + '/mcuxpresso/' + target_name + '_cproject.tmpl'):
6161
target = TARGET_MAP[target_name]
6262
return apply_supported_whitelist(

0 commit comments

Comments
 (0)