[PATCH] pcmcia: Fix typo in locking documentation
Nik Nyby
nikolas at gnu.org
Mon Jul 6 07:28:41 PDT 2015
This fixes a typo in the docs: "devie" -> "device".
Signed-off-by: Nik Nyby <nikolas at gnu.org>
---
Documentation/pcmcia/locking.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/pcmcia/locking.txt b/Documentation/pcmcia/locking.txt
index 68f622b..b2c9b47 100644
--- a/Documentation/pcmcia/locking.txt
+++ b/Documentation/pcmcia/locking.txt
@@ -96,7 +96,7 @@ or single-use fields not mentioned):
3. Per PCMCIA-device Data:
--------------------------
-The "main" struct pcmcia_devie is protected as follows (read-only fields
+The "main" struct pcmcia_device is protected as follows (read-only fields
or single-use fields not mentioned):
--
2.1.4
More information about the linux-pcmcia
mailing list