Chromium Code Reviews| Index: src/types.h |
| diff --git a/src/types.h b/src/types.h |
| index fc69c785295a23b6ca976ab91c15b9a8a43a58f2..2810ffc8a17cb4fe64e5fb05793e0f5b57ee5eab 100644 |
| --- a/src/types.h |
| +++ b/src/types.h |
| @@ -92,7 +92,7 @@ namespace internal { |
| // Note that the bitset representation is closed under both Union and Intersect. |
| // |
| // The type representation is heap-allocated, so cannot (currently) be used in |
| -// a parallel compilation context. |
| +// a concurrent compilation context. |
| #define PRIMITIVE_TYPE_LIST(V) \ |