summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/README
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-04-25 23:28:35 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-25 10:59:16 -0700
commit8dc245970a25f51b3862fae7df782a5c0e1777fb (patch)
tree783b214fb2d6aa61933ea97e379a6b900998d2eb /drivers/staging/ozwpan/README
parenta27545bf0bab9027e5c040901b68956551d9f63e (diff)
staging,ozwpan: Fix typo in comments within staging/ozwpan
Correct spelling in comments withon staging/ozwpan Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan/README')
-rw-r--r--drivers/staging/ozwpan/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ozwpan/README b/drivers/staging/ozwpan/README
index bb1a69b94541..7c055ec99544 100644
--- a/drivers/staging/ozwpan/README
+++ b/drivers/staging/ozwpan/README
@@ -9,7 +9,7 @@ technology.
To operate the driver must be bound to a suitable network interface. This can
be done when the module is loaded (specifying the name of the network interface
-as a paramter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
+as a parameter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
loading using an ioctl call. See the ozappif.h file and the ioctls
OZ_IOCTL_ADD_BINDING and OZ_IOCTL_REMOVE_BINDING.