mirror of https://github.com/ARMmbed/mbed-os.git
tools: Fix typo in comment
parent
9a8c9e2c29
commit
8be07a4906
|
|
@ -652,7 +652,7 @@ class mbedToolchain(with_metaclass(ABCMeta, object)):
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def parse_output(self, output):
|
def parse_output(self, output):
|
||||||
"""Take in compiler output and extract sinlge line warnings and errors from it.
|
"""Take in compiler output and extract single line warnings and errors from it.
|
||||||
|
|
||||||
Positional arguments:
|
Positional arguments:
|
||||||
output -- a string of all the messages emitted by a run of the compiler
|
output -- a string of all the messages emitted by a run of the compiler
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue