]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/vsprintf.c
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
[mirror_ubuntu-artful-kernel.git] / lib / vsprintf.c
index 6fe2c84eb055695ffb80e766bd2d6fda1005b315..ba3cd0a35640db2672970612fa644c3aab70633d 100644 (file)
@@ -1937,7 +1937,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.