diff options
| author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-05-22 14:10:55 +0100 | 
|---|---|---|
| committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-05-22 21:18:37 +0300 | 
| commit | aa82df887ab995473cd83c89777cdf4bc4685dd0 (patch) | |
| tree | 4212f4217fea6af2f8b544269ab3c00091f678ee | |
| parent | 1ac181395e665b68abf571df86779ff6861993c4 (diff) | |
uvc-gadget: Correct spelling of necessary
Trivial spelling fix.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
| -rw-r--r-- | uvc-gadget.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/uvc-gadget.c b/uvc-gadget.c index 3512e35..0ad0923 100644 --- a/uvc-gadget.c +++ b/uvc-gadget.c @@ -592,7 +592,7 @@ static void usage(const char *argv0)  	fprintf(stderr, " -i image	MJPEG image\n");  } -/* Necesssary for and only used by signal handler. */ +/* Necessary for and only used by signal handler. */  static struct uvc_device *uvc_device;  static void sigint_handler(int signal __attribute__((__unused__))) | 
