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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy