aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-09-09 01:27:23 +0900
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:59:07 +0200
commit0534820c5afc3ee31f58812d7656776bdb6e375c (patch)
treeb9aa806489be88b01dba1e8f0e4b821d884dba95 /lib/vsprintf.c
parente0110f3f8c29b078a1ace6498f41d11068ee399c (diff)
kernel: Fix few typos
This patch fix spelling typo found in DocBook/kernel-api.xml. It is because the file is generated from the source comments, I have to fix the comments in source codes. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 620fae4c1..50126a963 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1719,7 +1719,7 @@ EXPORT_SYMBOL(sprintf);
* @args: Arguments for the format string
*
* The format follows C99 vsnprintf, except %n is ignored, and its argument
- * is skiped.
+ * is skipped.
*
* The return value is the number of words(32bits) which would be generated for
* the given input.