diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:23:04 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:23:04 -0400 |
commit | 0418726bb5c7b5a70c7e7e82e860d5979d0c78cf (patch) | |
tree | 6804c0ac8e4eff56803b6d1d6ce6fdb19a4bd5a4 /fs/cifs | |
parent | b3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4 (diff) |
typo fixes: aquire -> acquire
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 5861eb42e626..944d2b9e092d 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -324,7 +324,7 @@ out: | |||
324 | return rc; | 324 | return rc; |
325 | } | 325 | } |
326 | 326 | ||
327 | /* Try to reaquire byte range locks that were released when session */ | 327 | /* Try to reacquire byte range locks that were released when session */ |
328 | /* to server was lost */ | 328 | /* to server was lost */ |
329 | static int cifs_relock_file(struct cifsFileInfo *cifsFile) | 329 | static int cifs_relock_file(struct cifsFileInfo *cifsFile) |
330 | { | 330 | { |