diff options
Diffstat (limited to 'src/kernel/syscall.C')
-rw-r--r-- | src/kernel/syscall.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/syscall.C b/src/kernel/syscall.C index bf92fe913..580b30d84 100644 --- a/src/kernel/syscall.C +++ b/src/kernel/syscall.C @@ -898,7 +898,7 @@ namespace Systemcalls * * Depending on the syscall parameter, we will either switch from 4MB * to a cache-contained mode (either full 10MB or reduced 8MB) or will - * expand into 32MB of space using real system memory. + * expand into 48MB of space using real system memory. * @param[in] t: The task used to extend Memory */ |