summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-03-13 02:10:20 +0000
committerjmallett <jmallett@FreeBSD.org>2010-03-13 02:10:20 +0000
commit5637471dadef1b515c02a797657f95f4f77cfbbc (patch)
tree55efa83f687a7efe39cbd87f365eb5f2cefd3f3b /lib/csu
parent5da11ddf693c5029d76eeb1217745631d90b7181 (diff)
downloadFreeBSD-src-5637471dadef1b515c02a797657f95f4f77cfbbc.zip
FreeBSD-src-5637471dadef1b515c02a797657f95f4f77cfbbc.tar.gz
Fix spelling of noreorder.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/mips/crti.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/mips/crti.S b/lib/csu/mips/crti.S
index c976c84..cada08d 100644
--- a/lib/csu/mips/crti.S
+++ b/lib/csu/mips/crti.S
@@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$");
.globl _init
.type _init,%function
_init:
- .set nreoorder
+ .set noreorder
#if defined(__ABICALLS__) && (defined(__mips_o32) || defined(__mips_o64))
SETUP_GP
#endif
OpenPOWER on IntegriCloud