]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/debug/kdb/kdb_support.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / kernel / debug / kdb / kdb_support.c
index 6b2485dcb0504ef8af79ca79a3de1e9d1f556023..5532dd37aa864e111e3005a5c523b05d864093f0 100644 (file)
@@ -545,7 +545,7 @@ int kdb_putword(unsigned long addr, unsigned long word, size_t size)
  *     Mask for process state.
  * Notes:
  *     The mask folds data from several sources into a single long value, so
- *     be carefull not to overlap the bits.  TASK_* bits are in the LSB,
+ *     be careful not to overlap the bits.  TASK_* bits are in the LSB,
  *     special cases like UNRUNNABLE are in the MSB.  As of 2.6.10-rc1 there
  *     is no overlap between TASK_* and EXIT_* but that may not always be
  *     true, so EXIT_* bits are shifted left 16 bits before being stored in