aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/proc.h')
-rw-r--r--include/arch/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h
index 5ea0f0f..5047eab 100644
--- a/include/arch/proc.h
+++ b/include/arch/proc.h
@@ -25,7 +25,7 @@
*/
void set_args(struct tcb *t, struct sys_ret a);
-/**
+/**
* Get argument data attached to thread.
* To some extent a hack, used by swap.
*