diff utils.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 2ae71694d6ae
children e8a29b278ebf
line wrap: on
line diff
--- a/utils.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/utils.c	Wed Jun 30 15:38:06 2010 +0000
@@ -1075,7 +1075,7 @@
 /* Wrapper to work around the lack of mkstemp() on mingw/cygin.
  * Also, tries to create file in /tmp first, if possible.
  * *prefix can be a character constant; *filename will be allocated internally.
- * Returns file descriptor of opened file (or -1 on error)
+ * @return file descriptor of opened file (or -1 on error)
  * and opened file name in **filename. */
 int av_tempfile(char *prefix, char **filename) {
     int fd=-1;