| Index: src/images/SkForceLinking.cpp
|
| diff --git a/src/images/SkForceLinking.cpp b/src/images/SkForceLinking.cpp
|
| index 05fc7e08a6d3a962a761a201e4469d94bea94c4e..78e53f86d855753d38d908285f0d0a80ffce4cc1 100644
|
| --- a/src/images/SkForceLinking.cpp
|
| +++ b/src/images/SkForceLinking.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "SkForceLinking.h"
|
|
|
| // This method is required to fool the linker into not discarding the pre-main
|
| -// initialization and registration of the decoder classes. Passing true will
|
| +// initialization and registration of the encoder classes. Passing true will
|
| // cause memory leaks.
|
| int SkForceLinking(bool doNotPassTrue) {
|
| if (doNotPassTrue) {
|
|
|