]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cgraph.h
c-typeck.c: Fix comment typos.
[thirdparty/gcc.git] / gcc / cgraph.h
index a37227e95c93387ebf0e62d6e5778a8ca02077dc..9540eccd937e99ebf195cc96ef6478feb486e5c5 100644 (file)
@@ -75,7 +75,7 @@ struct cgraph_rtl_info GTY(())
 };
 
 
-/* The cgraph data strutcture.
+/* The cgraph data structure.
    Each function decl has assigned cgraph_node listing callees and callers.  */
 
 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous")))
@@ -122,7 +122,7 @@ struct cgraph_edge GTY(())
   bool inline_call;
 };
 
-/* The cgraph_varpool data strutcture.
+/* The cgraph_varpool data structure.
    Each static variable decl has assigned cgraph_varpool_node.  */
 
 struct cgraph_varpool_node GTY(())