From 86340fcef302ddfcabd57f1fc21e23371ff69bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 9 Jul 2013 23:17:45 +0200 Subject: [PATCH] kernel/int.cpp: typo fix --- src/system/kernel/int.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/int.cpp b/src/system/kernel/int.cpp index 9916e4b718..6f9de63a76 100644 --- a/src/system/kernel/int.cpp +++ b/src/system/kernel/int.cpp @@ -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. */