Changeset 3d99820


Ignore:
Timestamp:
08/01/2023 01:20:08 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
be5b2e0
Parents:
57499d5
Message:

kernel: Fix a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel-config.py

    r57499d5 r3d99820  
    278278    if comment:
    279279        comment = '\n'.join([' ' * i0 + '# ' + line for line in comment])
    280         buf += escape(comment) + ':'
     280        buf += [escape(comment) + ':']
    281281
    282282    if not menu and buf:
Note: See TracChangeset for help on using the changeset viewer.