Module Name: src Committed By: skrll Date: Thu May 10 11:47:09 UTC 2012
Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm11.S Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/cpufunc_asm_arm11.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/arm/cpufunc_asm_arm11.S diff -u src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.6 src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.7 --- src/sys/arch/arm/arm/cpufunc_asm_arm11.S:1.6 Sun Jan 3 04:25:16 2010 +++ src/sys/arch/arm/arm/cpufunc_asm_arm11.S Thu May 10 11:47:09 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: cpufunc_asm_arm11.S,v 1.6 2010/01/03 04:25:16 uebayasi Exp $ */ +/* $NetBSD: cpufunc_asm_arm11.S,v 1.7 2012/05/10 11:47:09 skrll Exp $ */ /* * Copyright (c) 2002, 2005 ARM Limited @@ -30,7 +30,7 @@ * * ARM11 assembly functions for CPU / MMU / TLB specific operations * - * XXX We make no attempt at present to take advantage of the v6 memroy + * XXX We make no attempt at present to take advantage of the v6 memory * architecture or physically tagged cache. */