Correcting javadoc comment

Change-Id: I1f283ea10db4384a7dbe974f3e5ea1d4a16d1053
diff --git a/core/api/src/main/java/org/onosproject/net/driver/Driver.java b/core/api/src/main/java/org/onosproject/net/driver/Driver.java
index e2f1a8e..282ee03 100644
--- a/core/api/src/main/java/org/onosproject/net/driver/Driver.java
+++ b/core/api/src/main/java/org/onosproject/net/driver/Driver.java
@@ -113,7 +113,7 @@
     <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.
      *