Fix common misspellings
[deliverable/linux.git] / arch / powerpc / include / asm / kprobes.h
index d0e7701fa1f6cbff19370ef0a2dc6e4856e5a27f..be0171afdc0f513cfff0a8bdb22abc70de29528c 100644 (file)
@@ -50,7 +50,7 @@ typedef unsigned int kprobe_opcode_t;
  * Handle cases where:
  *             - User passes a <.symbol> or <module:.symbol>
  *             - User passes a <symbol> or <module:symbol>
- *             - User passes a non-existant symbol, kallsyms_lookup_name
+ *             - User passes a non-existent symbol, kallsyms_lookup_name
  *               returns 0. Don't deref the NULL pointer in that case
  */
 #define kprobe_lookup_name(name, addr)                                 \
This page took 0.028487 seconds and 5 git commands to generate.