Fixed a typo on a comment in IPv4.java. 51/751/1
authorHideyuki Tai <h-tai@cd.jp.nec.com>
Tue, 30 Jul 2013 23:10:56 +0000 (19:10 -0400)
committerHideyuki Tai <h-tai@cd.jp.nec.com>
Tue, 30 Jul 2013 23:10:56 +0000 (19:10 -0400)
Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/packet/IPv4.java

index a0ea67a91ac63aab6305209792d119f6e88d6d08..559acd633ab7e56b6cb22042f7d3974a1e217212 100644 (file)
@@ -279,7 +279,7 @@ public class IPv4 extends Packet {
     }
 
     /**
-     * Stores the length of IP header in words (2 bytes)
+     * Stores the length of IP header in words (4 bytes)
      * @param headerLength the headerLength to set
      * @return IPv4
      */