Index: mojo/services/files/public/c/lib/util.h |
diff --git a/mojo/services/files/public/c/lib/util.h b/mojo/services/files/public/c/lib/util.h |
index 871be9138c72916a4eda49a90893bab05164dfaf..628e9ce7729edf9bdf9a6699cedf92d272b61e0c 100644 |
--- a/mojo/services/files/public/c/lib/util.h |
+++ b/mojo/services/files/public/c/lib/util.h |
@@ -11,7 +11,7 @@ |
namespace mojio { |
// Converts a |mojo::files::Error| to an errno value. (Note that this converts |
-// |mojo::files::ERROR_OK| to 0, which is not a valid errno value. |
+// |mojo::files::Error::OK| to 0, which is not a valid errno value. |
int ErrorToErrno(mojo::files::Error error); |
} // namespace mojio |