summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-22 01:06:57 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-22 01:06:57 +0000
commitd9526386990bccd61d8773e993e47fceb55b0174 (patch)
treeec1e3ead18f9261a01589001e89072546d33ede9 /libavformat/os_support.h
parent4edfceccec5a4f5f62415904dd008a2ab23f5d83 (diff)
typo: occured --> occurred
Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index de29a18527..34970e3952 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -69,7 +69,7 @@ typedef unsigned long nfds_t;
struct pollfd {
int fd;
short events; /* events to look for */
- short revents; /* events that occured */
+ short revents; /* events that occurred */
};
/* events & revents */