Index: third_party/mojo/src/mojo/public/c/system/types.h |
diff --git a/third_party/mojo/src/mojo/public/c/system/types.h b/third_party/mojo/src/mojo/public/c/system/types.h |
index 9f85fbbc2a35e5eda3ba9d942f491e001e31fff7..a88b024fe7eed15cc06d14742bac4653c6738523 100644 |
--- a/third_party/mojo/src/mojo/public/c/system/types.h |
+++ b/third_party/mojo/src/mojo/public/c/system/types.h |
@@ -17,8 +17,7 @@ |
// TODO(vtl): Notes: Use of undefined flags will lead to undefined behavior |
// (typically they'll be ignored), not necessarily an error. |
-// |MojoTimeTicks|: A time delta, in microseconds, the meaning of which is |
-// source-dependent. |
+// |MojoTimeTicks|: Used to specify time ticks. Value is in microseconds. |
typedef int64_t MojoTimeTicks; |