diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2c46990..ece44fd 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -414,9 +414,9 @@ struct rtl_data GTY(()) extern GTY(()) struct rtl_data x_rtl; -/* Accestor to RTL datastructures. We keep them statically allocated now since +/* Accessor to RTL datastructures. We keep them statically allocated now since we never keep multiple functions. For threaded compiler we might however - want to do differntly. */ + want to do differently. */ #define crtl (&x_rtl) /* This structure can save all the important global and static variables |