diff options
author | 2007-10-24 20:04:26 +0000 | |
---|---|---|
committer | 2007-10-24 20:04:26 +0000 | |
commit | eda788e4e2ba594a79c3e776843852efab09958c (patch) | |
tree | 6a81921b65adafa5df3c9b0bfe36eaaf8a1670e8 | |
parent | In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expecting (diff) | |
download | wireguard-openbsd-eda788e4e2ba594a79c3e776843852efab09958c.tar.xz wireguard-openbsd-eda788e4e2ba594a79c3e776843852efab09958c.zip |
pipleine -> pipeline
-rw-r--r-- | sys/arch/mips64/mips64/cache_r5k.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/cache_r5k.S b/sys/arch/mips64/mips64/cache_r5k.S index c239ea69d04..207712e6fc7 100644 --- a/sys/arch/mips64/mips64/cache_r5k.S +++ b/sys/arch/mips64/mips64/cache_r5k.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cache_r5k.S,v 1.20 2007/10/18 04:32:25 miod Exp $ */ +/* $OpenBSD: cache_r5k.S,v 1.21 2007/10/24 20:04:26 miod Exp $ */ /* * Copyright (c) 1998-2004 Opsycon AB (www.opsycon.se) @@ -135,7 +135,7 @@ #define CTYPE_HAS_XL3 0x0400 /* External L3 Cache present */ /* - * Due to a flaw in RM7000 1.x processors a pipleine 'drain' is + * Due to a flaw in RM7000 1.x processors a pipeline 'drain' is * required after some mtc0 instructions. * Ten nops in sequence does the trick. */ |