fix typo on comedi_open
This commit is contained in:
parent
c5e8857bb1
commit
086659fc59
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Returns:
|
|||
If sucessful, comedi_close returns 0. On failure, -1 is returned.
|
||||
|
||||
Function: comedi_open -- open a Comedi device
|
||||
Retval: comedi_t
|
||||
Retval: comedi_t *
|
||||
Param: const char * filename
|
||||
Description:
|
||||
Open a Comedi device specified by the file filename.
|
||||
|
|
Loading…
Add table
Reference in a new issue