diff options
Diffstat (limited to 'lib/math/mean_and_variance_test.c')
-rw-r--r-- | lib/math/mean_and_variance_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/math/mean_and_variance_test.c b/lib/math/mean_and_variance_test.c index ec32dad2246f..10b2f6b2be65 100644 --- a/lib/math/mean_and_variance_test.c +++ b/lib/math/mean_and_variance_test.c @@ -65,8 +65,8 @@ static void stats_basic_test(struct kunit *test) } /* -** Test values computed using a spreadsheet from the psuedocode at the bottom: -** https://fanf2.user.srcf.net/hermes/doc/antiforgery/stats.pdf + * Test values computed using a spreadsheet from the psuedocode at the bottom: + * https://fanf2.user.srcf.net/hermes/doc/antiforgery/stats.pdf */ static void stats_ewm_test(struct kunit *test) |