Index: kernel/arch/ia32/src/context.s
===================================================================
--- kernel/arch/ia32/src/context.s	(revision 3ee8a07528aa466b40a362672714a05e936d396e)
+++ kernel/arch/ia32/src/context.s	(revision f2f03920b9cbe70ec1fa65df9ff172eba44647a4)
@@ -40,5 +40,5 @@
 context_save_arch:
 	movl 0(%esp),%eax	# the caller's return %eip
-	movl 4(%esp),%edx	# address of the kernel_context variable to save context to
+	movl 4(%esp),%edx	# address of the context variable to save context to
 
 	movl %esp,0(%edx)	# %esp -> ctx->sp
@@ -60,5 +60,5 @@
 #
 context_restore_arch:
-	movl 4(%esp),%eax	# address of the kernel_context variable to restore context from
+	movl 4(%esp),%eax	# address of the context variable to restore context from
 	movl 0(%eax),%esp	# ctx->sp -> %esp
 	movl 4(%eax),%edx	# ctx->pc -> %edx
