[OpenBIOS] [commit] r702 - trunk/openbios-devel/kernel

repository service svn at openbios.org
Sun Mar 14 22:40:22 CET 2010


Author: mcayland
Date: Sun Mar 14 22:40:22 2010
New Revision: 702
URL: http://tracker.coreboot.org/trac/openbios/changeset/702

Log:
Correct comments in kernel/primitives.c as pointed out by ProgrammingKid and Andreas Färber.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>

Modified:
   trunk/openbios-devel/kernel/primitives.c

Modified: trunk/openbios-devel/kernel/primitives.c
==============================================================================
--- trunk/openbios-devel/kernel/primitives.c	Sun Mar 14 22:35:54 2010	(r701)
+++ trunk/openbios-devel/kernel/primitives.c	Sun Mar 14 22:40:22 2010	(r702)
@@ -30,10 +30,10 @@
 
 #include "forth.c"
 
-/* words[] is a function array of all native code functions in used by
+/* words[] is a function array of all native code functions used by
  * the dictionary, i.e. CFAs and primitives.
  * Any change here needs a matching change in the primitive word's
- * name list that is kept for bootstrapping in arch/unix/unix.c
+ * name list that is kept for bootstrapping in kernel/bootstrap.c 
  *
  * NOTE: THIS LIST SHALL NOT CHANGE (EXCEPT MANDATORY ADDITIONS AT
  * THE END). ANY OTHER CHANGE WILL BREAK COMPATIBILITY TO OLDER



More information about the OpenBIOS mailing list