diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 17:11:36 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 17:11:36 +0200 |
commit | 50f4c40bdb5667aa7053434dede2dd98f6f9e243 (patch) | |
tree | c443c9337e238ff2825b2da4c9749fdf97aa574f /src/lane.h | |
parent | ec8574d298ef302bc4162d9b394e96bf08763632 (diff) | |
download | lanes-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |