diff --git a/nselib/smb.lua b/nselib/smb.lua
index 69c3b56a3..82a491677 100644
--- a/nselib/smb.lua
+++ b/nselib/smb.lua
@@ -59,7 +59,7 @@
-- success, along with the operating system and the lan manager name. \n
--\n
-- After a successful SMB_COM_SESSION_SETUP_ANDX has been made, a
--- SMB_COM_TREE_CONNECT_ANDX packet can be sent. This is what connects to a share.
+-- SMB_COM_TREE_CONNECT_ANDX packet can be sent. This is what connects to a share.
-- The server responds to this with a boolean answer, and little more information. \n
--\n
-- Each share will either return STATUS_BAD_NETWORK_NAME if the share doesn't exist, STATUS_ACCESS_DENIED if it exists but we don't have access, or