[PATCH v2 01/13] tracing: Fix typo in fpgraph.c

Maurice Hieronymus posted 13 patches 1 week, 3 days ago
[PATCH v2 01/13] tracing: Fix typo in fpgraph.c
Posted by Maurice Hieronymus 1 week, 3 days ago
Fix typo "reservered" to "reserved".

Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
---
 kernel/trace/fgraph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/fgraph.c b/kernel/trace/fgraph.c
index 7fb9b169d6d4..8ba62fe986f1 100644
--- a/kernel/trace/fgraph.c
+++ b/kernel/trace/fgraph.c
@@ -163,7 +163,7 @@ enum {
 #define RET_STACK(t, offset) ((struct ftrace_ret_stack *)(&(t)->ret_stack[offset]))
 
 /*
- * Each fgraph_ops has a reservered unsigned long at the end (top) of the
+ * Each fgraph_ops has a reserved unsigned long at the end (top) of the
  * ret_stack to store task specific state.
  */
 #define SHADOW_STACK_TASK_VARS(ret_stack) \
-- 
2.50.1