| Index: include/core/SkOnce.h
|
| diff --git a/include/core/SkOnce.h b/include/core/SkOnce.h
|
| index c7a87f77a054d314fc8f7f72babad56faaf219db..a4188d08f061827395d4cb282a29a414bb361509 100644
|
| --- a/include/core/SkOnce.h
|
| +++ b/include/core/SkOnce.h
|
| @@ -30,7 +30,7 @@
|
| #include "SkAtomics.h"
|
| #include "SkSpinlock.h"
|
|
|
| -// This must be used in a global scope, not in function scope or as a class member.
|
| +// This must be used in a global scope, not in fuction scope or as a class member.
|
| #define SK_DECLARE_STATIC_ONCE(name) namespace {} static SkOnceFlag name
|
|
|
| class SkOnceFlag;
|
|
|