Merge branch 'x86/cleanups' into x86/urgent
[linux-2.6-block.git] / arch / x86 / lib / memset_64.S
index c9c81227ea37d14968b3acb3ccfa346e73cda5dc..e1229ecd2a82057cc6f0171169b6871f0e438167 100644 (file)
@@ -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)