Thomas Vachuska
Committed by Gerrit Code Review

Correcting javadoc comment

Change-Id: I1f283ea10db4384a7dbe974f3e5ea1d4a16d1053
......@@ -113,7 +113,7 @@ public interface Driver extends Annotations {
<T extends Behaviour> T createBehaviour(DriverData data, Class<T> behaviourClass);
/**
* Creates an instance of behaviour primed with the specified driver data.
* Creates an instance of behaviour primed with the specified driver handler.
* If the current driver does not support the specified behaviour and the
* driver has parent, the request is delegated to the parent driver.
*
......