summaryrefslogtreecommitdiff
path: root/indra/llcommon/llrun.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-08-17 10:34:40 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-08-17 10:34:40 -0400
commitf24172d23d900bd6f9d10bb648107bbf4a755aaf (patch)
tree35a4cce18db11ac31d29dd24f607dfd73b6b9928 /indra/llcommon/llrun.h
parent3fbb1a496dd4aaadc11727832f3ab0cc8c64950f (diff)
DRTVWR-588: Correct typo in deprecation warning.
Diffstat (limited to 'indra/llcommon/llrun.h')
-rw-r--r--indra/llcommon/llrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llrun.h b/indra/llcommon/llrun.h
index ebad5f3eaa..27e4a43a8d 100644
--- a/indra/llcommon/llrun.h
+++ b/indra/llcommon/llrun.h
@@ -38,7 +38,7 @@ class LLRunnable;
// DEPRECATION WARNING
// LLRunner is one of several mostly redundant ways to schedule future
// callbacks on the main thread. It seems to be unused in the current viewer.
-// addRunner() is only called by LLPumpIO::sleepChain().
+// addRunnable() is only called by LLPumpIO::sleepChain().
// sleepChain() is only called by LLIOSleeper and LLIOSleep.
// LLIOSleeper is referenced only by tests.
// LLIOSleep is only called by LLDeferredChain.