summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ed864e18298f..f4526eb037a5 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -624,7 +624,7 @@ Assembly ^ TypeEmitter::type_resolve(
}
}
::System::String ^ cts_name = to_cts_name( uno_name );
- // if the struct is an instantiated polymorpic struct then we create the simple struct name
+ // if the struct is an instantiated polymorphic struct then we create the simple struct name
// For example:
// void func ([in] PolyStruct<boolean> arg);
//PolyStruct<boolean> will be converted to PolyStruct