Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / kernel / debug / kdb / kdb_support.c
index 6b2485d..5532dd3 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