diff --git a/core/api/src/main/java/org/onosproject/net/device/DeviceService.java b/core/api/src/main/java/org/onosproject/net/device/DeviceService.java index 218ccca32f..f4671fb47e 100644 --- a/core/api/src/main/java/org/onosproject/net/device/DeviceService.java +++ b/core/api/src/main/java/org/onosproject/net/device/DeviceService.java @@ -99,7 +99,7 @@ public interface DeviceService /** * Returns the list of port statistics associated with the device. * - * @param deviceId device identitifer + * @param deviceId device identifier * @return list of port statistics */ List getPortStatistics(DeviceId deviceId); @@ -107,7 +107,7 @@ public interface DeviceService /** * Returns the list of port delta statistics associated with the device. * - * @param deviceId device identitifer + * @param deviceId device identifier * @return list of port statistics */ List getPortDeltaStatistics(DeviceId deviceId);