diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index b7aa81b..be80062 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -51,7 +51,7 @@ enum availability struct cgraph_local_info GTY(()) { - /* Estiimated stack frame consumption by the function. */ + /* Estimated stack frame consumption by the function. */ HOST_WIDE_INT estimated_self_stack_size; /* Size of the function before inlining. */ |