Fix comment

This commit is contained in:
Norman Feske 2015-05-11 19:08:03 +02:00 committed by Christian Helmuth
parent 33c2bc8ad0
commit 57c9f2aa43
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace Genode {
where normal lock isn't feasible */
enum {
/* everything above START_IDX is managed by core */
/* everything below START_IDX is managed by core */
START_IDX = Fiasco::USER_BASE_CAP >> Fiasco::L4_CAP_SHIFT
};