all: fix repeated word typos in comments

Found with m/\b([a-zA-Z]+) \1\b/ and m/\b([a-zA-Z]+)\n[ \t]*// \1\b/.
This commit is contained in:
Dan Kortschak
2019-03-28 22:39:50 +10:30
parent c38fb5f9ef
commit 773146b12d
11 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ import (
// TODO(kortschak): Implement weighted routines.
// GetisOrdGStar returns the Local Getis-Ord G*i statistic for element of of the
// GetisOrdGStar returns the Local Getis-Ord G*i statistic for element of the
// weighted data using the provided locality matrix. The returned value is a z-score.
//
// G^*_i = num_i / den_i