summaryrefslogtreecommitdiff
path: root/src/vm/virtualcallstub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/virtualcallstub.cpp')
-rw-r--r--src/vm/virtualcallstub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/virtualcallstub.cpp b/src/vm/virtualcallstub.cpp
index 8040cbf8f2..cbffe925a8 100644
--- a/src/vm/virtualcallstub.cpp
+++ b/src/vm/virtualcallstub.cpp
@@ -525,7 +525,7 @@ void VirtualCallStubManager::Init(BaseDomain *pDomain, LoaderAllocator *pLoaderA
//
// Setup an expected number of items to commit and reserve
//
- // The commit number is not that important as we alwasy commit at least one page worth of items
+ // The commit number is not that important as we always commit at least one page worth of items
// The reserve number shoudl be high enough to cover a typical lare application,
// in order to minimize the fragmentation of our rangelists
//