Index: libcfa/src/concurrency/preemption.cfa
===================================================================
--- libcfa/src/concurrency/preemption.cfa	(revision ba7033003521f291764f087097d6dd687f88db90)
+++ libcfa/src/concurrency/preemption.cfa	(revision 97cba9fee0cbf9077d156d7fa3b1248e309df844)
@@ -10,6 +10,6 @@
 // Created On       : Mon Jun 5 14:20:42 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Aug 21 07:54:40 2020
-// Update Count     : 51
+// Last Modified On : Fri Aug 21 13:45:32 2020
+// Update Count     : 52
 //
 
@@ -366,5 +366,5 @@
 	// the interrupt that is supposed to force the kernel thread to preempt might arrive
 	// before the kernel thread has even started running. When that happens, an interrupt
-	// we a null 'this_processor' will be caught, just ignore it.
+	// with a null 'this_processor' will be caught, just ignore it.
 	if(! kernelTLS.this_processor ) return;
 
