summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/cam_sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_sim.h b/sys/cam/cam_sim.h
index f37c5d5..0b55f6e 100644
--- a/sys/cam/cam_sim.h
+++ b/sys/cam/cam_sim.h
@@ -109,7 +109,7 @@ struct cam_sim {
struct cam_devq *devq; /* Device Queue to use for this SIM */
int refcount; /* References to the SIM. */
- /* "Pool" of inactive ccbs managed by xpt_alloc_ccb and xpt_free_ccb */
+ /* "Pool" of inactive ccbs managed by xpt_get_ccb and xpt_release_ccb */
SLIST_HEAD(,ccb_hdr) ccb_freeq;
/*
* Maximum size of ccb pool. Modified as devices are added/removed
OpenPOWER on IntegriCloud