diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-08-17 10:34:40 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-08-17 10:34:40 -0400 |
commit | f24172d23d900bd6f9d10bb648107bbf4a755aaf (patch) | |
tree | 35a4cce18db11ac31d29dd24f607dfd73b6b9928 /indra/llcommon/llrun.h | |
parent | 3fbb1a496dd4aaadc11727832f3ab0cc8c64950f (diff) |
DRTVWR-588: Correct typo in deprecation warning.
Diffstat (limited to 'indra/llcommon/llrun.h')
-rw-r--r-- | indra/llcommon/llrun.h | 2 |
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. |