aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/memcpy.S
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 08:01:36 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-05-28 06:35:08 -0400
commit209b877833ef256cae4091763f32635ba0b79fdc (patch)
treec39223d1acb91a8e38fe25f35f791ae955078baa /arch/mips/lib/memcpy.S
parenta90c59e636da2352ab9d2f51bf0d6c9b2eef3c13 (diff)
MIPS: lib: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13331/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib/memcpy.S')
-rw-r--r--arch/mips/lib/memcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/memcpy.S b/arch/mips/lib/memcpy.S
index 9245e1705e69..6c303a94a196 100644
--- a/arch/mips/lib/memcpy.S
+++ b/arch/mips/lib/memcpy.S
@@ -256,7 +256,7 @@
256 256
257 /* 257 /*
258 * Macro to build the __copy_user common code 258 * Macro to build the __copy_user common code
259 * Arguements: 259 * Arguments:
260 * mode : LEGACY_MODE or EVA_MODE 260 * mode : LEGACY_MODE or EVA_MODE
261 * from : Source operand. USEROP or KERNELOP 261 * from : Source operand. USEROP or KERNELOP
262 * to : Destination operand. USEROP or KERNELOP 262 * to : Destination operand. USEROP or KERNELOP