From b9e4cbc67ca59dfa8af5eefb61928c3ba87e74a2 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 25 Nov 2007 02:21:30 +0000 Subject: [PATCH] Fix typo. Obtained-from: FreeBSD --- sys/bus/cam/cam_queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/bus/cam/cam_queue.c b/sys/bus/cam/cam_queue.c index 7c18209a39..1023d804fd 100644 --- a/sys/bus/cam/cam_queue.c +++ b/sys/bus/cam/cam_queue.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/cam_queue.c,v 1.5 1999/08/28 00:40:41 peter Exp $ - * $DragonFly: src/sys/bus/cam/cam_queue.c,v 1.9 2007/05/13 18:33:56 swildner Exp $ + * $DragonFly: src/sys/bus/cam/cam_queue.c,v 1.10 2007/11/25 02:21:30 pavalos Exp $ */ #include #include @@ -177,7 +177,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 -- 2.41.0