mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
kernel: Fix a typo
This commit is contained in:
parent
57499d5909
commit
3d99820133
@ -277,7 +277,7 @@ for i0, val, i1, title, arrow, key, menu, comment in r:
|
|||||||
comment = [comment]
|
comment = [comment]
|
||||||
if comment:
|
if comment:
|
||||||
comment = '\n'.join([' ' * i0 + '# ' + line for line in comment])
|
comment = '\n'.join([' ' * i0 + '# ' + line for line in comment])
|
||||||
buf += escape(comment) + ':'
|
buf += [escape(comment) + ':']
|
||||||
|
|
||||||
if not menu and buf:
|
if not menu and buf:
|
||||||
buf += ['']
|
buf += ['']
|
||||||
|
Loading…
Reference in New Issue
Block a user