diff --git a/src/winio.c b/src/winio.c
index 89bee16d97646b3b4ead721a9409a8e31be2360a..0faedd7daa38aa18f8b98f1c794ce1afb7e5d5b0 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -1553,9 +1553,9 @@ size_t xplustabs(void)
 size_t actual_x(const char *str, size_t xplus)
 {
     size_t i = 0;
-	/* the position in str, returned */
+	/* The position in str, returned. */
     size_t length = 0;
-	/* the screen display width to str[i] */
+	/* The screen display width to str[i]. */
 
     assert(str != NULL);