diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-23 16:31:16 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-23 16:31:16 +0000 |
commit | 324d8f2dc4ae70caea86d6cde8c5f7a6787ec92b (patch) | |
tree | 8d55afe7ed6a9d0c9e417e2d0d59cdeec9f79622 /gcc/cp/cvt.c | |
parent | ddfecb7502cd57b62bb293a4810531ee42b3d2c9 (diff) | |
download | gcc-324d8f2dc4ae70caea86d6cde8c5f7a6787ec92b.tar.gz |
* cvt.c (convert_to_void): Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92556 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cvt.c')
-rw-r--r-- | gcc/cp/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 64db10097a2..b68cf0fd5b7 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit) /* We might like to warn about (say) "(int) f()", as the cast has no effect, but the compiler itself will generate implicit conversions under some - circmstances. (For example a block copy will be + circumstances. (For example a block copy will be turned into a call to "__builtin_memcpy", with a conversion of the return value to an appropriate type.) So, to avoid false positives, we strip |