summaryrefslogtreecommitdiff
path: root/samples/prime_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/prime_tables.h')
-rw-r--r--samples/prime_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/prime_tables.h b/samples/prime_tables.h
index 8b6cab4..92ce16a 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);
};