Module Name: src Committed By: skrll Date: Sun Nov 27 09:07:12 UTC 2011
Modified Files: src/share/examples/asm: README Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/examples/asm/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/examples/asm/README diff -u src/share/examples/asm/README:1.1 src/share/examples/asm/README:1.2 --- src/share/examples/asm/README:1.1 Sat Nov 12 01:18:41 2011 +++ src/share/examples/asm/README Sun Nov 27 09:07:11 2011 @@ -1,9 +1,9 @@ -$NetBSD: README,v 1.1 2011/11/12 01:18:41 jmmv Exp $ +$NetBSD: README,v 1.2 2011/11/27 09:07:11 skrll Exp $ This directory contains example programs written in assembly language for a variety of platforms. They are intended to illustrate the specific details of how to write assembly code on a given platform; -they are not supposed to teach assembly (althogh they might have this +they are not supposed to teach assembly (although they might have this side-effect). If you want to build one of these example programs, you can "cp -rf"