aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.c
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commitd64ada501ae33c02e7c4e3ce21962907df814a5a (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/cam/cam_queue.c
parent5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff)
Notes
Diffstat (limited to 'sys/cam/cam_queue.c')
-rw-r--r--sys/cam/cam_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c
index 988a1a2f42e3..11476f004584 100644
--- a/sys/cam/cam_queue.c
+++ b/sys/cam/cam_queue.c
@@ -187,7 +187,7 @@ camq_remove(struct camq *queue, int index)
/*
* camq_change_priority: Given an array of cam_pinfo* elements with the
* Heap(1, num_entries) property, an index such that 1 <= index <= num_elements,
- * and an new priority for the element at index, change the priority of
+ * and a new priority for the element at index, change the priority of
* element index and restore the Heap(0, num_elements) property.
*/
void