Index: kernel/arch/ia32/src/context.s
===================================================================
--- kernel/arch/ia32/src/context.s	(revision 6765c075aac1138738c6ee1670710f4cdbe185e7)
+++ kernel/arch/ia32/src/context.s	(revision 12f91130125afee85c5a261ba1df5d0711d1cc57)
@@ -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
