]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cgraphclones.c
PR other/16615 [1/5]
[thirdparty/gcc.git] / gcc / cgraphclones.c
index 10ae2a98f75d3c562683028c8e9fc875ecb01f90..4688de91cfe73e176e4448faa4e72814acb71cee 100644 (file)
@@ -648,7 +648,7 @@ cgraph_node::create_virtual_clone (vec<cgraph_edge *> redirect_callers,
   DECL_ARGUMENTS (new_decl) = NULL;
   DECL_INITIAL (new_decl) = NULL;
   DECL_RESULT (new_decl) = NULL; 
-  /* We can not do DECL_RESULT (new_decl) = NULL; here because of LTO partitioning
+  /* We cannot do DECL_RESULT (new_decl) = NULL; here because of LTO partitioning
      sometimes storing only clone decl instead of original.  */
 
   /* Generate a new name for the new version. */