summaryrefslogtreecommitdiff
path: root/src/renderer/tr_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_cmds.c')
-rw-r--r--src/renderer/tr_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_cmds.c b/src/renderer/tr_cmds.c
index a9e88918..833c0f07 100644
--- a/src/renderer/tr_cmds.c
+++ b/src/renderer/tr_cmds.c
@@ -145,7 +145,7 @@ void R_IssueRenderCommands( qboolean runPerformanceCounters ) {
}
// at this point, the back end thread is idle, so it is ok
- // to look at it's performance counters
+ // to look at its performance counters
if ( runPerformanceCounters ) {
R_PerformanceCounters();
}