From adam.buchbinder@gmail.com Tue Dec 22 10:23:05 2009 From: Adam Buchbinder Date: Fri, 18 Dec 2009 15:43:52 -0500 Subject: staging: Fix misspelling of "invocation" in comment. To: gregkh@suse.de Cc: Adam Buchbinder Message-ID: <1261169032-10056-4-git-send-email-adam.buchbinder@gmail.com> A comment misspells "invocation"; this fixes it. No code changes. Signed-off-by: Adam Buchbinder Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlan-ng/hfa384x_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/staging/wlan-ng/hfa384x_usb.c +++ b/drivers/staging/wlan-ng/hfa384x_usb.c @@ -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