Corrected grammatical error in comments
This commit is contained in:
parent
06bdc70c73
commit
ccf5da003a
|
@ -214,7 +214,7 @@ updatestatus()
|
||||||
Block *current = blocks;
|
Block *current = blocks;
|
||||||
|
|
||||||
/* checking half of the function */
|
/* checking half of the function */
|
||||||
/* find first non-empty block */
|
/* find the first non-empty block */
|
||||||
for (;; current++) {
|
for (;; current++) {
|
||||||
/* all blocks are empty */
|
/* all blocks are empty */
|
||||||
if (!current->pathu)
|
if (!current->pathu)
|
||||||
|
@ -255,7 +255,7 @@ skipdelimc:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* updating half of the function */
|
/* updating half of the function */
|
||||||
/* find first non-empty block */
|
/* find the first non-empty block */
|
||||||
for (;; current++) {
|
for (;; current++) {
|
||||||
/* all blocks are empty */
|
/* all blocks are empty */
|
||||||
if (!current->pathu)
|
if (!current->pathu)
|
||||||
|
|
Loading…
Reference in a new issue