]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/wlags49_h2/README.ubuntu
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / staging / wlags49_h2 / README.ubuntu
index edee8b9385be8c5ca9e7412c0c92c739b4afb082..5f1cfb8fd4277eb934141079407549716163c2fd 100644 (file)
@@ -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