summaryrefslogtreecommitdiffstats
path: root/samples/prime_tables.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-01-08 00:23:45 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-01-08 00:23:45 (GMT)
commite92ccedad996eeb4f0d9244a1acd8882b5f54fd0 (patch)
treea718cd0252d548885e82abe10b5ed17342dd15b0 /samples/prime_tables.h
parentef37aa407478b65e3042d5686ebcc95cbf1527b3 (diff)
downloadgoogletest-e92ccedad996eeb4f0d9244a1acd8882b5f54fd0.zip
googletest-e92ccedad996eeb4f0d9244a1acd8882b5f54fd0.tar.gz
googletest-e92ccedad996eeb4f0d9244a1acd8882b5f54fd0.tar.bz2
Changes Message() to print double with enough precision by default.
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);
};