Index: components/nacl/browser/pnacl_host.cc |
diff --git a/components/nacl/browser/pnacl_host.cc b/components/nacl/browser/pnacl_host.cc |
index 8db0231d520715a2648861c76b6f2223dcad5cd0..098ad33b90745e143208505fb2eae9b48eed7cc6 100644 |
--- a/components/nacl/browser/pnacl_host.cc |
+++ b/components/nacl/browser/pnacl_host.cc |
@@ -318,7 +318,7 @@ void PnaclHost::OnCacheQueryReturn( |
// Callback from temp file creation. |id| is bound from |
// SendCacheQueryAndTempFileRequest, and |file| is the created file. |
-// If there was an error, fd is kInvalidPlatformFileValue. |
+// If there was an error, file is invalid. |
// (Bound callbacks must re-lookup the TranslationID because the translation |
// could be cancelled before they get called). |
void PnaclHost::OnTempFileReturn(const TranslationID& id, |