Commit c6120938365df9976dc07c536e1c14190ead48e3

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 87c2b7c045

[PATCH] update some docbook comments

Correct a few comments in kernel-doc Doc and source files.

(akpm: note: the patch removes a non-ascii character and might have to be
applied by hand..)

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

Documentation/kernel-doc-nano-HOWTO.txt
... ... @@ -17,7 +17,7 @@
17 17 special place-holders for where the extracted documentation should
18 18 go.
19 19  
20   -- scripts/docproc.c
  20 +- scripts/basic/docproc.c
21 21  
22 22 This is a program for converting SGML template files into SGML
23 23 files. When a file is referenced it is searched for symbols
scripts/basic/docproc.c
... ... @@ -250,7 +250,7 @@
250 250 void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
251 251  
252 252 /*
253   - * Document spåecific function(s) in a file.
  253 + * Document specific function(s) in a file.
254 254 * Call kernel-doc with the following parameters:
255 255 * kernel-doc -docbook -function function1 [-function function2]
256 256 */