Skip to content

Commit

Permalink
staging: comedi: pcl816.c remove one to many l's in the word.
Browse files Browse the repository at this point in the history
The patch below removes an extra "l" in the word.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Mar 1, 2011
1 parent 682a453 commit 8c7f9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/pcl816.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct pcl816_board {
const char *name; /* board name */
int n_ranges; /* len of range list */
int n_aichan; /* num of A/D chans in diferencial mode */
unsigned int ai_ns_min; /* minimal alllowed delay between samples (in ns) */
unsigned int ai_ns_min; /* minimal allowed delay between samples (in ns) */
int n_aochan; /* num of D/A chans */
int n_dichan; /* num of DI chans */
int n_dochan; /* num of DO chans */
Expand Down

0 comments on commit 8c7f9ae

Please sign in to comment.