diff options
Diffstat (limited to 'src/include/gic.h')
-rw-r--r-- | src/include/gic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gic.h b/src/include/gic.h index 1ac1eab835..f7339a43a7 100644 --- a/src/include/gic.h +++ b/src/include/gic.h @@ -26,7 +26,7 @@ void gic_enable(void); /* Return a pointer to the base of the GIC distributor mmio region. */ void *gicd_base(void); -/* Return a pointer to the base of the GIC cpu mmio region. */ +/* Return a pointer to the base of the GIC CPU mmio region. */ void *gicc_base(void); #else /* CONFIG_GIC */ |