diff --git a/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/.ratings b/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/.ratings
index ae2a4651883c10ec1e6f35139e190e2952c03382..b52d2343d9b09a8e7f522a42d0b5af701f155c4b 100644
--- a/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/.ratings
+++ b/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/.ratings
@@ -1,7 +1,7 @@
 CompositionUtils.java 34c0a191bd0fb4176c94b4d61abb5c88a679d5e8 GREEN
 EMFResourceUtils.java 68e6712a52349548bf85346900b17aa65b5f0ea9 GREEN
 EcoreSerializerBase.java 0a0c2969d793d2e68094c55c8f7b0a662ef6e5d5 GREEN
-EcoreUtils.java 60e8b9f5ee65c775814f55c7ef22a57da38e7e77 GREEN
+EcoreUtils.java 14f59a93b81dca8d75c192e4bc7c936d4eed799a GREEN
 ExtensionPointUtils.java 7ce63242b49eb9a7cd4eaadd223f5ebce1dfd75b GREEN
 HierarchicalNameComparator.java 6face1b673126701a0721af48ead2f9766c17d46 GREEN
 IdentifierUtils.java fff43dc4e84cdd89c3ece4f5d9d89aec4b0749c2 GREEN
diff --git a/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/EcoreUtils.java b/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/EcoreUtils.java
index 60e8b9f5ee65c775814f55c7ef22a57da38e7e77..14f59a93b81dca8d75c192e4bc7c936d4eed799a 100644
--- a/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/EcoreUtils.java
+++ b/org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/utils/EcoreUtils.java
@@ -271,8 +271,8 @@ public class EcoreUtils {
 	}
 
 	/**
-	 * For the given {@code element}, return the most nested ancestors of type {@code clazz} that
-	 * does not have any ancestors of any of the {@code admissibleSpecializations}.
+	 * For the given {@code parent}, return the most nested ancestors of the given {@code type} that
+	 * does not have any ancestors of any of the given {@code admissibleSpecializations}.
 	 * 
 	 * @param parent
 	 *            the parent {@link EObject}.