summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index 0f3c3b73a0b9..e34a9b088bda 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -1844,7 +1844,7 @@ Assembly ^ TypeEmitter::type_resolve(
System::String::typeid};
ilGen->Emit(Emit::OpCodes::Call,
System::String::typeid->GetMethod("Concat", arConcatParams));
- //load contex argument
+ //load context argument
ilGen->Emit(Emit::OpCodes::Ldarg_0);
ilGen->Emit(Emit::OpCodes::Newobj, ctorDeploymentException);
ilGen->Emit(Emit::OpCodes::Throw);//Exception(typeDeploymentExc);