/* Module didn't recognize this buffer. */
continue;
} else if (ret != SR_OK) {
- /* Can be SR_OK_CONTINUE. */
+ /* Can be SR_ERR_NA. */
return ret;
}
/* Module didn't recognize this buffer. */
continue;
} else if (ret != SR_OK) {
- /* Can be SR_OK_CONTINUE. */
+ /* Can be SR_ERR_NA. */
return ret;
}
* the device instance associated with this input instance, this is
* guaranteed to return the moment it's ready. This gives the caller
* the chance to examine the device instance, attach session callbacks
- * and on so.
+ * and so on.
*
* @since 0.4.0
*/