summaryrefslogtreecommitdiff
path: root/kern/profile.c
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/profile.c
parent2c8514cfafb6daec4e76e3a8e0f1fd07ca0a4a33 (diff)
kern: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'kern/profile.c')
-rw-r--r--kern/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/profile.c b/kern/profile.c
index e14d411..5510721 100644
--- a/kern/profile.c
+++ b/kern/profile.c
@@ -194,7 +194,7 @@ thread_t th;
* Make a request to the profile_thread by inserting
* the buffer in the send queue, and wake it up.
* The last buffer must be inserted at the head of the
- * send queue, so the profile_thread handles it immediatly.
+ * send queue, so the profile_thread handles it immediately.
*/
if (kmem_alloc( kernel_map, &vm_buf_entry,
sizeof(struct buf_to_send)) != KERN_SUCCESS)