diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-06-06 00:48:58 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-06-26 17:07:25 +0200 |
commit | c1ec85ff408db77f5c97ae71b8854faed40e89f1 (patch) | |
tree | 8d6e1c211b28351a8cbcfe3aa33e91194c599da4 /Documentation/doc-guide/parse-headers.rst | |
parent | doc: add description to dirtytime_expire_seconds (diff) | |
download | linux-c1ec85ff408db77f5c97ae71b8854faed40e89f1.tar.xz linux-c1ec85ff408db77f5c97ae71b8854faed40e89f1.zip |
doc:doc-guide: fix a typo and an error
Fix a typo in sphinx.rst and a minor error in parse-header.rst
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide/parse-headers.rst')
-rw-r--r-- | Documentation/doc-guide/parse-headers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/parse-headers.rst b/Documentation/doc-guide/parse-headers.rst index 82a3e43b6864..684490c68acb 100644 --- a/Documentation/doc-guide/parse-headers.rst +++ b/Documentation/doc-guide/parse-headers.rst @@ -133,7 +133,7 @@ For both statements, \ **type**\ can be either one of the following: \ **symbol**\ - The ignore or replace statement will apply to the name of enum statements + The ignore or replace statement will apply to the name of enum value at C_FILE. For replace statements, \ **new_value**\ will automatically use :c:type: |