tree-wide: fix assorted typos all over the place
[linux-2.6-block.git] / drivers / base / dd.c
index 979d159b5cd1e5ea244f04e2b2c48277b860d9f0..ee95c76bfd3dbb0b7ecdee8b02d9da078d6ed7eb 100644 (file)
@@ -188,7 +188,7 @@ EXPORT_SYMBOL_GPL(wait_for_device_probe);
  * @dev: device to try to bind to the driver
  *
  * This function returns -ENODEV if the device is not registered,
- * 1 if the device is bound sucessfully and 0 otherwise.
+ * 1 if the device is bound successfully and 0 otherwise.
  *
  * This function must be called with @dev->sem held.  When called for a
  * USB interface, @dev->parent->sem must be held as well.