diff --git a/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs b/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs
index ade84b67..1c66082f 100644
--- a/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs
+++ b/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs
@@ -87,6 +87,7 @@ namespace OpenMetaverse.StructuredData
/// Deserializes binary LLSD
///
/// Serialized data
+ /// Treat LLSD binary header as optional
/// OSD containting deserialized data
public static OSD DeserializeLLSDBinary(byte[] binaryData, bool headerOptional)
{