Documentation: fix ref to sphinx/kerneldoc.py
authorTom Saeger <tom.saeger@oracle.com>
Thu, 12 Oct 2017 20:23:42 +0000 (15:23 -0500)
committerJonathan Corbet <corbet@lwn.net>
Thu, 19 Oct 2017 18:57:10 +0000 (12:57 -0600)
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/kernel-doc.rst

index b24854b..0268335 100644 (file)
@@ -65,7 +65,7 @@ Without options, the kernel-doc directive includes all documentation comments
 from the source file.
 
 The kernel-doc extension is included in the kernel source tree, at
-``Documentation/sphinx/kernel-doc.py``. Internally, it uses the
+``Documentation/sphinx/kerneldoc.py``. Internally, it uses the
 ``scripts/kernel-doc`` script to extract the documentation comments from the
 source.