From ccf5da003aebf32f96d49e19c312c15842f57321 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sun, 20 Sep 2020 15:47:36 +0530 Subject: [PATCH] Corrected grammatical error in comments --- dwmblocks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwmblocks.c b/dwmblocks.c index cce1729..bc65b2c 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -214,7 +214,7 @@ updatestatus() Block *current = blocks; /* checking half of the function */ - /* find first non-empty block */ + /* find the first non-empty block */ for (;; current++) { /* all blocks are empty */ if (!current->pathu) @@ -255,7 +255,7 @@ skipdelimc: return 0; /* updating half of the function */ - /* find first non-empty block */ + /* find the first non-empty block */ for (;; current++) { /* all blocks are empty */ if (!current->pathu)