]> err.no Git - linux-2.6/blobdiff - Documentation/driver-model/driver.txt
dccp: change L/R must have at least one byte in the dccpsf_val field
[linux-2.6] / Documentation / driver-model / driver.txt
index 59806c9761f7bbbd2c6c03e08fb95bf57f342b7d..82132169d47a837fc55ea9d53555abc29b2c7b5d 100644 (file)
@@ -178,7 +178,7 @@ the driver to that device.
 
 A driver's probe() may return a negative errno value to indicate that
 the driver did not bind to this device, in which case it should have
-released all reasources it allocated.
+released all resources it allocated.
 
        int     (*remove)       (struct device * dev);