tracing: Fix a typo in tracepoint.h
[linux-2.6-block.git] / include / linux / tracepoint.h
index ab58696d0ddd15e2850cb1b1b50dccafb6e22487..28031b15f878380fafdc8040d1dabe710ec6b583 100644 (file)
@@ -475,7 +475,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
  *     *
  *     * The declared 'local variable' is called '__entry'
  *     *
- *     * __field(pid_t, prev_prid) is equivalent to a standard declaration:
+ *     * __field(pid_t, prev_pid) is equivalent to a standard declaration:
  *     *
  *     *       pid_t   prev_pid;
  *     *