| Index: components/nacl/renderer/nexe_load_manager.cc
|
| diff --git a/components/nacl/renderer/nexe_load_manager.cc b/components/nacl/renderer/nexe_load_manager.cc
|
| index bb1f4157978073cd74b5d31a1f4f1afe9bfbdcce..b7c99689f1a21643db563d48b5b03d3403552cd5 100644
|
| --- a/components/nacl/renderer/nexe_load_manager.cc
|
| +++ b/components/nacl/renderer/nexe_load_manager.cc
|
| @@ -49,7 +49,7 @@ const char* const kTypeAttribute = "type";
|
| // JSON matching ISAs with .nexe URLs).
|
| const char* const kSrcManifestAttribute = "src";
|
| // The "nacl" attribute of the <embed> tag. We use the value of this attribute
|
| -// to find the manifest file when NaCl is registered as a plug-in for another
|
| +// to find the manifest file when NaCl is registered as a plugin for another
|
| // MIME type because the "src" attribute is used to supply us with the resource
|
| // of that MIME type that we're supposed to display.
|
| const char* const kNaClManifestAttribute = "nacl";
|
|
|