From: Gabe Black Date: Wed, 29 Mar 2006 00:39:29 +0000 (-0500) Subject: Fixed a typo. X-Git-Tag: m5_2.0_beta1~148 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76daf50937abda24d46a44754e2793570fc624b4;p=gem5.git Fixed a typo. --HG-- extra : convert_revision : 9ad2bde341a9efb2826159229427b719ff2142f4 --- diff --git a/arch/sparc/isa_traits.hh b/arch/sparc/isa_traits.hh index 6cf77eb0e..bbc66202c 100644 --- a/arch/sparc/isa_traits.hh +++ b/arch/sparc/isa_traits.hh @@ -119,7 +119,7 @@ namespace SparcISA const int ArgumentReg4 = 12; const int ArgumentReg5 = 13; const int SyscallNumReg = 1; - // Some OS syscall sue a second register (o1) to return a second value + // Some OS syscall use a second register (o1) to return a second value const int SyscallPseudoReturnReg = ArgumentReg1; //XXX These numbers are bogus