diff mbox

[17/21] fs:cifs:connect.c remove one to many l's in the word.

Message ID 1298614502-4114-1-git-send-email-justinmattock@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Justin P. Mattock Feb. 25, 2011, 6:15 a.m. UTC
None
diff mbox

Patch

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 8d6c17a..ea4a146 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -722,7 +722,7 @@  multi_t2_fnd:
 		sock_release(csocket);
 		server->ssocket = NULL;
 	}
-	/* buffer usuallly freed in free_mid - need to free it here on exit */
+	/* buffer usually freed in free_mid - need to free it here on exit */
 	cifs_buf_release(bigbuf);
 	if (smallbuf) /* no sense logging a debug message if NULL */
 		cifs_small_buf_release(smallbuf);