staging: Fix misspelling of "invocation" in comment.
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Fri, 18 Dec 2009 20:43:52 +0000 (15:43 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:32 +0000 (16:42 -0800)
A comment misspells "invocation"; this fixes it. No code changes.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/hfa384x_usb.c

index 925678babd9e738aa89c35992d235b78445d68b2..c6a9e17ec79b40ec71db95ab6f101f936696c5d7 100644 (file)
@@ -52,7 +52,7 @@
 * around the register accesses.  The next higher level represents C-callable
 * prism2 API functions that match the Intersil documentation as closely
 * as is reasonable.  The next higher layer implements common sequences
-* of invokations of the API layer (e.g. write to bap, followed by cmd).
+* of invocations of the API layer (e.g. write to bap, followed by cmd).
 *
 * Common sequences:
 * hfa384x_drvr_xxx     Highest level abstractions provided by the
This page took 0.029946 seconds and 5 git commands to generate.