summaryrefslogtreecommitdiff
path: root/servers/arvr_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/arvr_server.h')
-rw-r--r--servers/arvr_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/arvr_server.h b/servers/arvr_server.h
index 25318aff4b..a28b91c225 100644
--- a/servers/arvr_server.h
+++ b/servers/arvr_server.h
@@ -87,7 +87,7 @@ private:
uint64_t last_process_usec; /* for frame timing, usec when we did our processing */
uint64_t last_commit_usec; /* for frame timing, usec when we finished committing both eyes */
- uint64_t last_frame_usec; /* time it took between process and commiting, we should probably average this over the last x frames */
+ uint64_t last_frame_usec; /* time it took between process and committing, we should probably average this over the last x frames */
protected:
static ARVRServer *singleton;