From 052320efd55b8355e4fd81176f723f5bb0c4e861 Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 27 Nov 2011 09:07:11 +0000 Subject: [PATCH] Typo --- share/examples/asm/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/asm/README b/share/examples/asm/README index 65560a2592c4..ea0cd3cb5592 100644 --- a/share/examples/asm/README +++ b/share/examples/asm/README @@ -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"