diff options
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r-- | gcc/cif-code.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cif-code.def b/gcc/cif-code.def index de84de5..a2f05e0 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -138,4 +138,4 @@ DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR, /* We can't inline because of instrumentation thunk. */ DEFCIFCODE(CHKP, CIF_FINAL_ERROR, - N_("caller is instrumetnation thunk")) + N_("caller is instrumentation thunk")) |