aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/README.ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wlags49_h2/README.ubuntu')
-rw-r--r--drivers/staging/wlags49_h2/README.ubuntu2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlags49_h2/README.ubuntu b/drivers/staging/wlags49_h2/README.ubuntu
index edee8b9385be..5f1cfb8fd427 100644
--- a/drivers/staging/wlags49_h2/README.ubuntu
+++ b/drivers/staging/wlags49_h2/README.ubuntu
@@ -87,7 +87,7 @@ The linux driver files (wl_xxxx.c) are changed in the following ways:
-- Recovery actions added
The major problem was the order in which calls can be made. The original
-looks like a traditonal UNIX driver. To call an "ioctl" function you
+looks like a traditional UNIX driver. To call an "ioctl" function you
have to "open" the device first to get a handle and after "close" no
"ioctl" function can be called anymore. With the 2.6 driver this all
changed; the former ioctl functions are now called before "open" and