aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-08-18 04:05:29 +0000
committerdos-reis <gdr@axiomatics.org>2014-08-18 04:05:29 +0000
commit0350f861dbe72aa960dbfd22034432104229d04f (patch)
treea978b065e68ce3071a92ecccea54568268356d19 /src/include
parent0ed944e84ed0611fda64c19db78c8d68debd8822 (diff)
downloadopen-axiom-0350f861dbe72aa960dbfd22034432104229d04f.tar.gz
Add src/boot/Makefile.am
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Lisp.H2
-rw-r--r--src/include/vm.H2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Lisp.H b/src/include/Lisp.H
index e10aeaf6..724ab54b 100644
--- a/src/include/Lisp.H
+++ b/src/include/Lisp.H
@@ -1,4 +1,4 @@
-// Copyright (C) 2013, Gabriel Dos Reis.
+// Copyright (C) 2013-2014, Gabriel Dos Reis.
// All rights reserved.
// Written by Gabriel Dos Reis.
//
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.
//