Sho SHIMIZU

Fix typo

Change-Id: Ifdf6920c4968c29f4bbc0f13ad9a76daa7456556
...@@ -99,7 +99,7 @@ public interface DeviceService ...@@ -99,7 +99,7 @@ public interface DeviceService
99 /** 99 /**
100 * Returns the list of port statistics associated with the device. 100 * Returns the list of port statistics associated with the device.
101 * 101 *
102 - * @param deviceId device identitifer 102 + * @param deviceId device identifier
103 * @return list of port statistics 103 * @return list of port statistics
104 */ 104 */
105 List<PortStatistics> getPortStatistics(DeviceId deviceId); 105 List<PortStatistics> getPortStatistics(DeviceId deviceId);
...@@ -107,7 +107,7 @@ public interface DeviceService ...@@ -107,7 +107,7 @@ public interface DeviceService
107 /** 107 /**
108 * Returns the list of port delta statistics associated with the device. 108 * Returns the list of port delta statistics associated with the device.
109 * 109 *
110 - * @param deviceId device identitifer 110 + * @param deviceId device identifier
111 * @return list of port statistics 111 * @return list of port statistics
112 */ 112 */
113 List<PortStatistics> getPortDeltaStatistics(DeviceId deviceId); 113 List<PortStatistics> getPortDeltaStatistics(DeviceId deviceId);
......