GH601: Various spelling fixes.
[openssl.git] / crypto / sha / asm / sha1-mips.pl
index 340849389993372e29a7a68f9bcb335d4e1014c9..e228f6c588827250480fd18ed8e8e38175fda01b 100644 (file)
@@ -325,7 +325,7 @@ $code.=<<___ if ($i<79);
 ___
 }
 
-$FRAMESIZE=16; # large enough to accomodate NUBI saved registers
+$FRAMESIZE=16; # large enough to accommodate NUBI saved registers
 $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0xc0fff008 : 0xc0ff0000;
 
 $code=<<___;