OSDN Git Service

* cvt.c (convert_to_void): Fix typo in comment.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 2004 16:31:16 +0000 (16:31 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 2004 16:31:16 +0000 (16:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/cvt.c

index c8e448f..ce53aed 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * cvt.c (convert_to_void): Fix typo in comment.
+
 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
 
        PR c++/18962
index 64db100..b68cf0f 100644 (file)
@@ -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