]> gcc.gnu.org Git - gcc.git/commitdiff
* c-common.c (c_do_switch_warnings): Comment fix.
authorBen Elliston <bje@au.ibm.com>
Wed, 9 Mar 2005 00:42:55 +0000 (00:42 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 9 Mar 2005 00:42:55 +0000 (11:42 +1100)
From-SVN: r96150

gcc/ChangeLog
gcc/c-common.c

index 1f052fc9d29e9fac8f00cbef0cdbcd02264fc1a5..938d7e3b436ea26d4584cb89e5dd70591f4592f1 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-09  Ben Elliston  <bje@au.ibm.com>
+
+       * c-common.c (c_do_switch_warnings): Comment fix.
+
 2005-03-08  Julian Brown  <julian@codesourcery.com>
 
        * Patch from 2005-03-08 reverted for causing regressions and
index e658cf12e7b4f605a2ce7cff32cd6bf6e4225267..d26c8b1452d75845fdd7b0f0651482f6b0fd7d27 100644 (file)
@@ -3698,7 +3698,7 @@ match_case_to_enum (splay_tree_node node, void *data)
 /* Handle -Wswitch*.  Called from the front end after parsing the switch
    construct.  */
 /* ??? Should probably be somewhere generic, since other languages besides
-   C and C++ would want this.  We'd want to agree on the datastructure,
+   C and C++ would want this.  We'd want to agree on the data structure,
    however, which is a problem.  Alternately, we operate on gimplified
    switch_exprs, which I don't especially like.  At the moment, however,
    C/C++ are the only tree-ssa languages that support enumerations at all,
This page took 0.079717 seconds and 5 git commands to generate.