Fix Javadoc typo
diff --git a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4Address.java b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4Address.java
index 9b6cfe8..abb217a 100644
--- a/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4Address.java
+++ b/java_gen/pre-written/src/main/java/org/projectfloodlight/openflow/types/IPv4Address.java
@@ -102,7 +102,7 @@
 
     /**
      * Returns an {@code IPv4Address} object that represents the given
-     * raw IP address. The argument is in network byte order: the highest
+     * IP address. The argument is in network byte order: the highest
      * order byte of the address is in {@code address[0]}.
      * <p>
      * The address byte array must be 4 bytes long (32 bits long).
@@ -134,7 +134,7 @@
 
     /**
      * Returns an {@code IPv4Address} object that represents the given
-     * raw IP address.
+     * IP address.
      *
      * @param raw  the raw IP address represented as a 32-bit integer
      * @return     an {@code IPv4Address} object that represents the given
@@ -155,8 +155,8 @@
      * @param string  the IP address in the canonical quad-dotted notation
      * @return        an {@code IPv4Address} object that represents the given
      *                IP address
-     * @throws NullPointerException      if given string was {@code null}
-     * @throws IllegalArgumentException  if given string was not a valid
+     * @throws NullPointerException      if the given string was {@code null}
+     * @throws IllegalArgumentException  if the given string was not a valid
      *                                   IPv4 address
      */
     @Nonnull
@@ -245,7 +245,7 @@
 
     /**
      * Returns an {@code IPv4AddressWithMask} object that represents this
-     * IP address masked by the given raw IP address mask. The argument is in
+     * IP address masked by the given IP address mask. The argument is in
      * network byte order: the highest order byte of the address is in
      * {@code mask[0]}.
      * <p>
@@ -266,7 +266,7 @@
 
     /**
      * Returns an {@code IPv4AddressWithMask} object that represents this
-     * IP address masked by the given raw IP address mask.
+     * IP address masked by the given IP address mask.
      *
      * @param mask  the raw IP address mask represented as a 32-bit integer
      * @return      an {@code IPv4AddressWithMask} object that represents this
@@ -298,7 +298,7 @@
 
     /**
      * Returns an {@code IPv4AddressWithMask} object that represents this
-     * IP address masked by the IP address mask. The argument is given as
+     * IP address masked by the given IP address mask. The argument is given as
      * an {@code Inet4Address} object.
      *
      * @param mask  the {@code Inet4Address} object