X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fx86%2Flib%2Fmemset_64.S;h=e1229ecd2a82057cc6f0171169b6871f0e438167;hb=2f4fcb3eafd7e5d3e12f7e74093d2e8c43ef5eb6;hp=c9c81227ea37d14968b3acb3ccfa346e73cda5dc;hpb=5518f66b5a64b76fd602a7baf60590cd838a2ca0;p=deliverable%2Flinux.git diff --git a/arch/x86/lib/memset_64.S b/arch/x86/lib/memset_64.S index c9c81227ea37..e1229ecd2a82 100644 --- a/arch/x86/lib/memset_64.S +++ b/arch/x86/lib/memset_64.S @@ -9,7 +9,7 @@ /* * ISO C memset - set a memory block to a byte value. This function uses fast * string to get better performance than the original function. The code is - * simpler and shorter than the orignal function as well. + * simpler and shorter than the original function as well. * * rdi destination * rsi value (char)