diff --git a/src/browser.c b/src/browser.c
index 8e92d07cf0212cc70171d84042c0068daf8333af..5661d0bfab7500183a75fc4896dd77ff0b1a390f 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -676,7 +676,7 @@ void browser_refresh(void)
 	    col = 0;
 
 	    /* Set the number of columns to display the list in, if
-	     * necessary, so that we don't divide by zero. */
+	     * necessary. */
 	    if (width == 0)
 		width = filecols;
 	}