alpha: fix warn_once for prefetches
authorKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:40 +0000 (21:43 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:40 +0000 (21:43 -0400)
src/arch/alpha/isa/mem.isa

index 862fe087828f936709c1eb9a76abbfaa0511a6b0..fe72e049e4f659da0edb0892c5f136a9e6ca28d0 100644 (file)
@@ -396,7 +396,7 @@ def template MiscExecute {{
         %(op_rd)s;
         %(ea_code)s;
 
-        warn_once("Prefetch instrutions is Alpha do not do anything\n");
+        warn_once("Prefetch instructions in Alpha do not do anything\n");
         if (fault == NoFault) {
             %(memacc_code)s;
         }