| Index: source/libvpx/vpx_ports/vpx_once.h
|
| diff --git a/source/libvpx/vpx_ports/vpx_once.h b/source/libvpx/vpx_ports/vpx_once.h
|
| index bd9eebd643bdccf6e30299650f1375d827d4787f..f1df3943457ad068d0fc549a96a2ab6e3ee4f494 100644
|
| --- a/source/libvpx/vpx_ports/vpx_once.h
|
| +++ b/source/libvpx/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.
|
| */
|
|
|