diff --git a/S7.Net/Conversion.cs b/S7.Net/Conversion.cs
index 98f8fd3..b389332 100644
--- a/S7.Net/Conversion.cs
+++ b/S7.Net/Conversion.cs
@@ -147,7 +147,7 @@ namespace S7.Net
///
///
///
- /// The byte data to get from.
+ /// The data to get from.
/// The zero-based index of the bit to get.
/// The Boolean value will get.
public static bool SelectBit(this byte data, int index)