mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
fuse: Fix typo (triple S)
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
parent
6cd48617c4
commit
8b007a7435
@ -608,7 +608,7 @@ fuse_ticket_fetch(struct fuse_data *data)
|
||||
ftick = fticket_alloc(data);
|
||||
|
||||
if (!(data->dataflags & FSESS_INITED)) {
|
||||
/* Sleep until get answer for INIT messsage */
|
||||
/* Sleep until get answer for INIT message */
|
||||
FUSE_LOCK();
|
||||
if (!(data->dataflags & FSESS_INITED) && data->ticketer > 2) {
|
||||
err = msleep(&data->ticketer, &fuse_mtx, PCATCH | PDROP,
|
||||
|
Loading…
Reference in New Issue
Block a user