fix typos in code comments

remove duplicate words from a comment
This commit is contained in:
0tkl
2025-05-14 15:40:26 +08:00
parent a81158c446
commit 56c44c04f6
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -588,8 +588,8 @@ int linkoutput(Project *pr, int j, REAL4 *x, double ucf)
case FRICTION: // Friction factor
// f = 2ghd/(Lu^2) where f = friction factor
// u = velocity, g = grav. accel., h = head loss
//loss, d = diam., & L = pipe length
// u = velocity, g = grav. accel., h = head
// loss, d = diam., & L = pipe length
for (i = 1; i <= net->Nlinks; i++)
{
if (net->Link[i].Type <= PIPE && ABS(hyd->LinkFlow[i]) > TINY)