summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-01-08 00:23:45 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-01-08 00:23:45 +0000
commit65de7e062b96a0b579ba832ec8e5527528b8fa51 (patch)
treea718cd0252d548885e82abe10b5ed17342dd15b0 /samples
parent71ab4d054d79146c16d9fae3d6bf9cdaa5ed5b67 (diff)
downloadgtest-65de7e062b96a0b579ba832ec8e5527528b8fa51.tar.gz
gtest-65de7e062b96a0b579ba832ec8e5527528b8fa51.tar.bz2
gtest-65de7e062b96a0b579ba832ec8e5527528b8fa51.tar.xz
Changes Message() to print double with enough precision by default.
git-svn-id: http://googletest.googlecode.com/svn/trunk@365 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'samples')
-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);
};