Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a0b185d

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent 36d424c commit a0b185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ MtmBuildConnectivityMatrix(nodemask_t* matrix)
20812081
matrix_dump);
20822082
}
20832083

2084-
/* make matrix symetric: required for Bron–Kerbosch algorithm */
2084+
/* make matrix symmetric: required for Bron–Kerbosch algorithm */
20852085
for (i = 0; i < n; i++) {
20862086
for (j = 0; j < i; j++) {
20872087
matrix[i] |= ((matrix[j] >> i) & 1) << j;

0 commit comments

Comments
 (0)