Index: libcfa/src/concurrency/CtxSwitch-i386.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-i386.S	(revision 0d72d45ea31cbbd475ba7bfbaaa64af872033517)
+++ libcfa/src/concurrency/CtxSwitch-i386.S	(revision a4bdbcde528eb16d7cf6708cb3ecd21bc7935139)
@@ -10,6 +10,6 @@
 // Created On       : Tue Dec 6 12:27:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Aug 16 08:46:22 2020
-// Update Count     : 4
+// Last Modified On : Sun Sep  6 18:23:37 2020
+// Update Count     : 5
 //
 
@@ -35,5 +35,5 @@
 
 	// Copy the "from" context argument from the stack to register eax
-	// Return address is at 0(%esp), with parameters following
+	// Return address is at 0(%esp), with parameters following.
 
 	movl 4(%esp),%eax
@@ -50,7 +50,7 @@
 	movl %ebp,FP_OFFSET(%eax)
 
-	// Copy the "to" context argument from the stack to register eax
-	// Having pushed three words (= 12 bytes) on the stack, the
-	// argument is now at 8 + 12 = 20(%esp)
+	// Copy the "to" context argument from the stack to register eax. Having
+	// pushed 3 words (= 12 bytes) on the stack, the argument is now at
+	// 8 + 12 = 20(%esp).
 
 	movl 20(%esp),%eax
