MIPS: oprofile: Fix typo
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:01:57 +0000 (14:01 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 28 May 2016 10:35:09 +0000 (12:35 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: rric@kernel.org
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Cc: oprofile-list@lists.sf.net
Patchwork: https://patchwork.linux-mips.org/patch/13334/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/oprofile/op_impl.h

index 7c2da27ece04d78e44f46677bd3d5bb9c316ddb4..a4e758a39af4d205283387efa96b7df16f0b64e4 100644 (file)
@@ -24,7 +24,7 @@ struct op_counter_config {
        unsigned long unit_mask;
 };
 
-/* Per-architecture configury and hooks.  */
+/* Per-architecture configure and hooks.  */
 struct op_mips_model {
        void (*reg_setup) (struct op_counter_config *);
        void (*cpu_setup) (void *dummy);
This page took 0.026223 seconds and 5 git commands to generate.