aboutsummaryrefslogtreecommitdiff
path: root/src/include/vm.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/vm.H')
-rw-r--r--src/include/vm.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vm.H b/src/include/vm.H
index 3fbe94ae..6a3dc872 100644
--- a/src/include/vm.H
+++ b/src/include/vm.H
@@ -127,7 +127,7 @@ namespace OpenAxiom {
// Next,
// II. All foreign pointers that are aligned on 8-boundary are
// directly represented. Any foreign pointer not meeting
- // this condition is allocated in internal obejcts. As a
+ // this condition is stored in an internal object. As a
// consequence, the last four bits of all foreign addresses
// directly represented follow the pattern 0bx000.
//