Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: mojo/public/c/system/types.h

Issue 847703006: Minor tweaks to API documentation and code comments. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removing extra space. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/system/message_pipe.h ('k') | mojo/public/cpp/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/types.h
diff --git a/mojo/public/c/system/types.h b/mojo/public/c/system/types.h
index a88b024fe7eed15cc06d14742bac4653c6738523..9f85fbbc2a35e5eda3ba9d942f491e001e31fff7 100644
--- a/mojo/public/c/system/types.h
+++ b/mojo/public/c/system/types.h
@@ -17,7 +17,8 @@
// TODO(vtl): Notes: Use of undefined flags will lead to undefined behavior
// (typically they'll be ignored), not necessarily an error.
-// |MojoTimeTicks|: Used to specify time ticks. Value is in microseconds.
+// |MojoTimeTicks|: A time delta, in microseconds, the meaning of which is
+// source-dependent.
typedef int64_t MojoTimeTicks;
« no previous file with comments | « mojo/public/c/system/message_pipe.h ('k') | mojo/public/cpp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698