]> gcc.gnu.org Git - gcc.git/commitdiff
fix comment typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 16 Feb 2001 13:08:44 +0000 (08:08 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Feb 2001 13:08:44 +0000 (08:08 -0500)
From-SVN: r39764

gcc/c-common.c

index 5d3510c883479570e330279ba4d9c0bddc42112c..7a35bffdd6123f307087e0bad1fad75ebb4828d2 100644 (file)
@@ -3751,7 +3751,7 @@ statement_code_p (code)
     }
 }
 
-/* Walk the statemen tree, rooted at *tp.  Apply FUNC to all the
+/* Walk the statement tree, rooted at *tp.  Apply FUNC to all the
    sub-trees of *TP in a pre-order traversal.  FUNC is called with the
    DATA and the address of each sub-tree.  If FUNC returns a non-NULL
    value, the traversal is aborted, and the value returned by FUNC is
This page took 0.072131 seconds and 5 git commands to generate.