diff options
Diffstat (limited to 'samples/prime_tables.h')
-rw-r--r-- | samples/prime_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/prime_tables.h b/samples/prime_tables.h index 8b6cab45..92ce16a0 100644 --- a/samples/prime_tables.h +++ b/samples/prime_tables.h @@ -116,7 +116,7 @@ class PreCalculatedPrimeTable : public PrimeTable { const int is_prime_size_; bool* const is_prime_; - // Disables compiler wqarning "assignment operator could ot be generated." + // Disables compiler warning "assignment operator could not be generated." void operator=(const PreCalculatedPrimeTable& rhs); }; |