summaryrefslogtreecommitdiff
path: root/vpx_ports
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-04-15 09:27:00 -0400
committerJohann <johannkoenig@google.com>2015-04-15 11:12:05 -0400
commit14ef4aeafbfc8730c8c324f26d68c2961447675f (patch)
tree1a3a7617a99521cdbd7bac05cec9c200eacd549a /vpx_ports
parentd011a8a45cd6b1ef7b12ec53a5b0636f2e52e777 (diff)
downloadlibvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.gz
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.bz2
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.zip
Reorganize *_rtcd() calling conventions
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
Diffstat (limited to 'vpx_ports')
-rw-r--r--vpx_ports/vpx_once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_ports/vpx_once.h b/vpx_ports/vpx_once.h
index bd9eebd64..f1df39434 100644
--- a/vpx_ports/vpx_once.h
+++ b/vpx_ports/vpx_once.h
@@ -110,7 +110,7 @@ static void once(void (*func)(void))
#else
-/* No-op version that performs no synchronization. vp8_rtcd() is idempotent,
+/* No-op version that performs no synchronization. *_rtcd() is idempotent,
* so as long as your platform provides atomic loads/stores of pointers
* no synchronization is strictly necessary.
*/