mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the spelling.
This commit is contained in:
parent
b366c7536c
commit
87118b9de2
@ -360,7 +360,7 @@ class file:
|
|||||||
colon = m[start:].find(':')
|
colon = m[start:].find(':')
|
||||||
if colon < 0:
|
if colon < 0:
|
||||||
if not m.endswith('}'):
|
if not m.endswith('}'):
|
||||||
self._warning("malform conditional macro '%s'" % (m))
|
self._warning("malformed conditional macro '%s'" % (m))
|
||||||
mn = None
|
mn = None
|
||||||
else:
|
else:
|
||||||
mn = self._label(m[start:-1])
|
mn = self._label(m[start:-1])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user