diff --git a/System.Device.I2c.Slave/I2cSlaveDevice.cs b/System.Device.I2c.Slave/I2cSlaveDevice.cs
index 75b6b2a..f09e4ba 100644
--- a/System.Device.I2c.Slave/I2cSlaveDevice.cs
+++ b/System.Device.I2c.Slave/I2cSlaveDevice.cs
@@ -28,7 +28,7 @@ public class I2cSlaveDevice : IDisposable
private readonly byte[] _buffer;
///
- /// The address of the I2C device.
+ /// The address of the I2C slave device.
///
/// The address of the I2C device.
public int DeviceAddress => _deviceAddress;