kernel/int.cpp: typo fix

This commit is contained in:
Jérôme Duval 2013-07-09 23:17:45 +02:00
parent 91c6c2ec21
commit 86340fcef3

View File

@ -457,7 +457,7 @@ reserve_io_interrupt_vectors(long count, long startVector)
}
/*! Allocate \a count contigous interrupt vectors. The vectors are allocated
/*! Allocate \a count contiguous interrupt vectors. The vectors are allocated
as available so that they do not overlap with any other reserved vector.
The first vector to be used is returned in \a startVector on success.
*/