Fix common misspellings
[linux-block.git] / arch / alpha / lib / ev67-strrchr.S
index 3fd8bf414c7ba4f2e89e4f37928cb752aaf83ac8..dd0d8c6b9f59ffdf92d8a0bfe40aa3fdd0bbe29d 100644 (file)
@@ -82,7 +82,7 @@ $loop:
 $eos:
        negq    t1, t4          # E : isolate first null byte match
        and     t1, t4, t4      # E :
-       subq    t4, 1, t5       # E : build a mask of the bytes upto...
+       subq    t4, 1, t5       # E : build a mask of the bytes up to...
        or      t4, t5, t4      # E : ... and including the null
 
        and     t3, t4, t3      # E : mask out char matches after null