Documentation/: it's -> its where appropriate
[linux-2.6-block.git] / Documentation / blackfin / bfin-gpio-notes.txt
index 9898c7ded7d39e95ab6faf2fa8c95a51b8f2a0e9..f731c1e5647525293fda207661cbfa741caf6d74 100644 (file)
@@ -43,7 +43,7 @@
        void bfin_gpio_irq_free(unsigned gpio);
 
     The request functions will record the function state for a certain pin,
-    the free functions will clear it's function state.
+    the free functions will clear its function state.
     Once a pin is requested, it can't be requested again before it is freed by
     previous caller, otherwise kernel will dump stacks, and the request
     function fail.