From e53061154f42cda93052a2f558e1c4697e3b0c1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Sun, 10 Mar 2013 02:07:34 +0100
Subject: lavu/frame: fix not/note typo in doxy.

---
 libavutil/frame.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libavutil/frame.h')

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 26cb31c758..fa4ffa8fd9 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -47,7 +47,7 @@ typedef struct AVFrameSideData {
 /**
  * This structure describes decoded (raw) audio or video data.
  *
- * AVFrame must be allocated using av_frame_alloc(). Not that this only
+ * AVFrame must be allocated using av_frame_alloc(). Note that this only
  * allocates the AVFrame itself, the buffers for the data must be managed
  * through other means (see below).
  * AVFrame must be freed with av_frame_free().
-- 
cgit v1.2.3