| Index: include/utils/SkWGL.h
|
| diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h
|
| index 2124775211f2344e7306342e0969d059ba669aa2..d502eb0aa70259082c124177f8760a057f13182b 100644
|
| --- a/include/utils/SkWGL.h
|
| +++ b/include/utils/SkWGL.h
|
| @@ -15,7 +15,7 @@
|
| * Working with WGL extensions can be a pain. Among the reasons is that You must
|
| * have a GL context to get the proc addresses, but you want to use the procs to
|
| * create a context in the first place. So you have to create a dummy GL ctx to
|
| - * get the proc addresses.
|
| + * get the proc addresses.
|
| *
|
| * This file helps by providing SkCreateWGLInterface(). It returns a struct of
|
| * function pointers that it initializes. It also has a helper function to query
|
|
|