aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:11:36 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:11:36 +0200
commit50f4c40bdb5667aa7053434dede2dd98f6f9e243 (patch)
treec443c9337e238ff2825b2da4c9749fdf97aa574f /src/lane.h
parentec8574d298ef302bc4162d9b394e96bf08763632 (diff)
downloadlanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.gz
lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.bz2
lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.zip
Wording fix: parameter → argument
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.h b/src/lane.h
index 4461b37..0426240 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -14,7 +14,7 @@ static constexpr RegistryUniqueKey kExtendedStackTraceRegKey{ 0x38147AD48FB426E2
14 * of functions that Lanes will call after the executing 'pcall' has ended. 14 * of functions that Lanes will call after the executing 'pcall' has ended.
15 * 15 *
16 * We're NOT using the GC system for finalizer mainly because providing the 16 * We're NOT using the GC system for finalizer mainly because providing the
17 * error (and maybe stack trace) parameters to the finalizer functions would 17 * error (and maybe stack trace) arguments to the finalizer functions would
18 * anyways complicate that approach. 18 * anyways complicate that approach.
19 */ 19 */
20// xxh64 of string "kFinalizerRegKey" generated at https://www.pelock.com/products/hash-calculator 20// xxh64 of string "kFinalizerRegKey" generated at https://www.pelock.com/products/hash-calculator