all requests by using the callbacks.
By using
.Xr puffs_framebuf 3
-in conjuction with
+in conjunction with
.Fn puffs_mainloop ,
it is possible to handle I/O to and from file descriptors.
This is suited e.g. for distributed file servers.
The argument
.Fa offset
is used to specify the offset to the directory.
-Its intepretation is up to the file system and it should be set to
+Its interpretation is up to the file system and it should be set to
signal the continuation point when there is no more room for the next
entry in
.Fa dent .
sc = sassc->sc;
tm = mps_alloc_command(sc);
if (tm == NULL) {
- mps_printf(sc, "comand alloc failure in mpssas_action_resetdev\n");
+ mps_printf(sc, "command alloc failure in mpssas_action_resetdev\n");
ccb->ccb_h.status = CAM_RESRC_UNAVAIL;
xpt_done(ccb);
return;