fix typo on comedi_open

This commit is contained in:
David Schleef 2002-09-25 01:08:16 +00:00
parent c5e8857bb1
commit 086659fc59

View file

@ -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.