From 76daf50937abda24d46a44754e2793570fc624b4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 28 Mar 2006 19:39:29 -0500 Subject: [PATCH] Fixed a typo. --HG-- extra : convert_revision : 9ad2bde341a9efb2826159229427b719ff2142f4 --- arch/sparc/isa_traits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2