Fixed a typo.

--HG--
extra : convert_revision : 9ad2bde341a9efb2826159229427b719ff2142f4
This commit is contained in:
Gabe Black 2006-03-28 19:39:29 -05:00
parent 55293c9e98
commit 76daf50937

View file

@ -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