| Index: ppapi/c/pp_bool.h
|
| diff --git a/ppapi/c/pp_bool.h b/ppapi/c/pp_bool.h
|
| index 961075d37e94b98dd1e78f3ffac7a8aca337b12f..acd7ce1d9df347c28392c86df850532639b564a2 100644
|
| --- a/ppapi/c/pp_bool.h
|
| +++ b/ppapi/c/pp_bool.h
|
| @@ -22,8 +22,8 @@
|
| /**
|
| * The <code>PP_Bool</code> enum is a boolean value for use in PPAPI C headers.
|
| * The standard bool type is not available to pre-C99 compilers, and is not
|
| - * guaranteed to be compatible between C and C++, whereas the PPAPI C
|
| - * headers can be included from C or C++ code.
|
| + * guaranteed to be compatible between C and C++, whereas the PPAPI C headers
|
| + * can be included from C or C++ code.
|
| */
|
| typedef enum {
|
| PP_FALSE = 0,
|
|
|