[vlc-commits] access/udp: fix typo

Tristan Matthews git at videolan.org
Sun May 19 17:58:49 CEST 2019


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sun May 19 11:54:44 2019 -0400| [8df1dc835106bb24ab9d4856d10baff90d957f23] | committer: Tristan Matthews

access/udp: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8df1dc835106bb24ab9d4856d10baff90d957f23
---

 modules/access/udp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/udp.c b/modules/access/udp.c
index 092a112b64..d30b2e5c37 100644
--- a/modules/access/udp.c
+++ b/modules/access/udp.c
@@ -49,7 +49,7 @@
 # include <sys/uio.h>
 #endif
 
-/* Buufer can be max theoretical datagram content minus anticipated MTU.
+/* Buffer can be max theoretical datagram content minus anticipated MTU.
  * IPv6 headers are larger than IPv4, ignore IPv6 jumbograms.
  */
 #define MRU 65507u



More information about the vlc-commits mailing list