diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-28 19:39:29 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-28 19:39:29 -0500 |
commit | 76daf50937abda24d46a44754e2793570fc624b4 (patch) | |
tree | d4df8394066f195fc515952004c99e919594c9ad /arch/sparc | |
parent | 55293c9e98d5ae918665268b1c786561bd393c25 (diff) | |
download | gem5-76daf50937abda24d46a44754e2793570fc624b4.tar.xz |
Fixed a typo.
--HG--
extra : convert_revision : 9ad2bde341a9efb2826159229427b719ff2142f4
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/isa_traits.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |