Fix typos.
This commit is contained in:
parent
b1b1944e19
commit
99d090d8e5
|
@ -954,7 +954,7 @@ struct sr_dev_driver {
|
||||||
/** Called when driver is loaded, e.g. program startup. */
|
/** Called when driver is loaded, e.g. program startup. */
|
||||||
int (*init) (struct sr_context *sr_ctx);
|
int (*init) (struct sr_context *sr_ctx);
|
||||||
/** Called before driver is unloaded.
|
/** Called before driver is unloaded.
|
||||||
* Driver must free all resouces held by it. */
|
* Driver must free all resources held by it. */
|
||||||
int (*cleanup) (void);
|
int (*cleanup) (void);
|
||||||
/** Scan for devices. Driver should do all initialisation required.
|
/** Scan for devices. Driver should do all initialisation required.
|
||||||
* Can be called several times, e.g. with different port options.
|
* Can be called several times, e.g. with different port options.
|
||||||
|
|
|
@ -366,7 +366,7 @@ static int send_config_update(struct sr_dev_inst *sdi, struct sr_config *cfg)
|
||||||
* 0 = normal (measurement shown)
|
* 0 = normal (measurement shown)
|
||||||
* 1 = blank (nothing shown)
|
* 1 = blank (nothing shown)
|
||||||
* 2 = lines ("----")
|
* 2 = lines ("----")
|
||||||
* 3 = ouside limits ("OL")
|
* 3 = outside limits ("OL")
|
||||||
* 7 = pass ("PASS")
|
* 7 = pass ("PASS")
|
||||||
* 8 = fail ("FAIL")
|
* 8 = fail ("FAIL")
|
||||||
* 9 = open ("OPEn")
|
* 9 = open ("OPEn")
|
||||||
|
|
Loading…
Reference in New Issue