fuse: Fix typo (triple S)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
Jose Luis Duran 2023-12-27 20:17:17 -07:00 committed by Warner Losh
parent 6cd48617c4
commit 8b007a7435
1 changed files with 1 additions and 1 deletions

View File

@ -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,