summaryrefslogtreecommitdiff
path: root/kern/xpr.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-02 16:02:52 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-02 20:10:01 +0100
commitb5365a3c2cdaa507c0af3edd30d9d597083606bc (patch)
tree888e4945f2832b67c15eb5289fc0ad7b3365949f /kern/xpr.h
parent2c8514cfafb6daec4e76e3a8e0f1fd07ca0a4a33 (diff)
kern: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'kern/xpr.h')
-rw-r--r--kern/xpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/xpr.h b/kern/xpr.h
index 4a06216..72f6817 100644
--- a/kern/xpr.h
+++ b/kern/xpr.h
@@ -34,7 +34,7 @@
* which will expand into the following code:
* if (xprflags & XPR_SYSCALLS)
* xpr("syscall: %d, 0x%x\n", syscallno, arg1);
- * Xpr will log the pointer to the printf string and up to 6 arguements,
+ * Xpr will log the pointer to the printf string and up to 6 arguments,
* along with a timestamp and cpuinfo (for multi-processor systems), into
* a circular buffer. The actual printf processing is delayed until after
* the buffer has been collected. It is assumed that the text/data segments