diff options
-rw-r--r-- | libc/sysdeps/linux/frv/bits/uClibc_page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/bits/uClibc_page.h b/libc/sysdeps/linux/frv/bits/uClibc_page.h index 51a6e15d3..2110ba611 100644 --- a/libc/sysdeps/linux/frv/bits/uClibc_page.h +++ b/libc/sysdeps/linux/frv/bits/uClibc_page.h @@ -20,7 +20,7 @@ #ifndef _UCLIBC_PAGE_H #define _UCLIBC_PAGE_H -/* PAGE_SHIFT determines the page size -- in this case 4096 */ +/* PAGE_SHIFT determines the page size -- in this case 16384 */ #define PAGE_SHIFT (14) #ifndef __ASSEMBLY__ #define PAGE_SIZE (1UL << PAGE_SHIFT) |