diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-06 20:39:14 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-06 20:39:14 +0200 |
| commit | 92ea878ea315c6fc86ebd49e10a8ab4a2bc8efe7 (patch) | |
| tree | d35dcfa8eb7600a15e622cce49643b519ce9f567 | |
| parent | 055cc3ff22a3fd81c6a9327eed51a6c35de7d3b0 (diff) | |
genconfig: Fix weird wording in description
| -rwxr-xr-x | genconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genconfig.py b/genconfig.py index 2ceb0f2..979ea93 100755 --- a/genconfig.py +++ b/genconfig.py @@ -3,7 +3,7 @@ # Copyright (c) 2018, Ulf Magnusson # SPDX-License-Identifier: ISC -# Generates a C header from the configuration, matching the format generated by +# Generates a C header from the configuration, matching the format of # include/generated/autoconf.h in the kernel. # # Optionally generates a directory structure with one file per symbol that can |
