mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00: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]
|
||||
if comment:
|
||||
comment = '\n'.join([' ' * i0 + '# ' + line for line in comment])
|
||||
buf += escape(comment) + ':'
|
||||
buf += [escape(comment) + ':']
|
||||
|
||||
if not menu and buf:
|
||||
buf += ['']
|
||||
|
Loading…
Reference in New Issue
Block a user