am 6b7adef0: hwcomposer: clarify vsync timestamp meaning

* commit '6b7adef0ef38f568099eab38d6865f402c92235b':
  hwcomposer: clarify vsync timestamp meaning
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h
index 61ee736..cb8ac9b 100644
--- a/include/hardware/hwcomposer.h
+++ b/include/hardware/hwcomposer.h
@@ -322,8 +322,8 @@
      * received and HWC_EVENT_VSYNC is enabled (see: hwc_event_control).
      *
      * the "zero" parameter must always be 0.
-     * the "timestamp" parameter is the timestamp in nanosecond of when the
-     *   vsync event happened.
+     * the "timestamp" parameter is the system monotonic clock timestamp in
+     *   nanosecond of when the vsync event happened.
      *
      * vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL.
      *