]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/media/v4l2-dev.h
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / include / media / v4l2-dev.h
index 21419da44cb60341a2efb7563efb3fdc4858d5a8..2745e1afc72267f7be541e7c52ea05371d33d451 100644 (file)
@@ -55,7 +55,7 @@ struct video_device
        char name[32];
        int vfl_type;
        int minor;
-       /* attribute to diferentiate multiple indexs on one physical device */
+       /* attribute to differentiate multiple indices on one physical device */
        int index;
 
        int debug;                      /* Activates debug level*/
@@ -78,7 +78,7 @@ struct video_device
        void *priv;
 #endif
 
-       /* for videodev.c intenal usage -- please don't touch */
+       /* for videodev.c internal usage -- please don't touch */
        int users;                     /* video_exclusive_{open|close} ... */
        struct mutex lock;             /* ... helper function uses these   */
 };