Index: native_client_sdk/src/examples/file_io/file_io.cc |
diff --git a/native_client_sdk/src/examples/file_io/file_io.cc b/native_client_sdk/src/examples/file_io/file_io.cc |
index ebd15ef4b0251a91698f28c2dc33511680f6e244..680398258b60454170c713f6cb93a61e7d135625 100644 |
--- a/native_client_sdk/src/examples/file_io/file_io.cc |
+++ b/native_client_sdk/src/examples/file_io/file_io.cc |
@@ -43,7 +43,7 @@ const char* const kDeletePrefix = "de"; |
/// The Instance class. One of these exists for each instance of your NaCl |
/// module on the web page. The browser will ask the Module object to create |
-/// a new Instance for each occurence of the <embed> tag that has these |
+/// a new Instance for each occurrence of the <embed> tag that has these |
/// attributes: |
/// type="application/x-nacl" |
/// src="file_io.nmf" |