diff --git a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType1.cs b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType1.cs
index 163a23c..1b23057 100644
--- a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType1.cs
+++ b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType1.cs
@@ -16,8 +16,8 @@ namespace SMBLibrary
///
///
/// [MS-FSA] 2.1.5.14.6
- /// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients.
- /// FILE_LINK_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
+ /// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
+ /// FILE_LINK_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
///
public class FileLinkInformationType1 : FileInformation
{
diff --git a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType2.cs b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType2.cs
index 366b56f..0e7e7c8 100644
--- a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType2.cs
+++ b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileLinkInformationType2.cs
@@ -16,8 +16,8 @@ namespace SMBLibrary
///
///
/// [MS-FSA] 2.1.5.14.6
- /// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients.
- /// FILE_LINK_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
+ /// FILE_LINK_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
+ /// FILE_LINK_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
///
public class FileLinkInformationType2 : FileInformation
{
diff --git a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType1.cs b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType1.cs
index 29f6fa6..5e0ae36 100644
--- a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType1.cs
+++ b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType1.cs
@@ -16,8 +16,8 @@ namespace SMBLibrary
///
///
/// [MS-FSA] 2.1.5.14.11
- /// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients.
- /// FILE_RENAME_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
+ /// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
+ /// FILE_RENAME_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
///
public class FileRenameInformationType1 : FileInformation
{
diff --git a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType2.cs b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType2.cs
index 274d25b..8af1921 100644
--- a/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType2.cs
+++ b/SMBLibrary/NTFileStore/Structures/FileInformation/Set/FileRenameInformationType2.cs
@@ -16,8 +16,8 @@ namespace SMBLibrary
///
///
/// [MS-FSA] 2.1.5.14.11
- /// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients.
- /// FILE_RENAME_INFORMATION_TYPE_2: Used for remote clients or 64-bit local clients.
+ /// FILE_RENAME_INFORMATION_TYPE_1: Used for 32-bit local clients and the SMB1 protocol.
+ /// FILE_RENAME_INFORMATION_TYPE_2: Used for 64-bit local clients and the SMB2 protocol.
///
public class FileRenameInformationType2 : FileInformation
{