| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3690d34 commit 1cfc63e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | #define CHECK_TO_NUMBER(env, context, result, src) \ | |
| 17 | 17 | CHECK_TO_TYPE((env), Number, (context), (result), (src), napi_number_expected) | |
| 18 | 18 | ||
| 19 | - // n-api defines NAPI_AUTO_LENGHTH as the indicator that a string | ||
| 19 | + // n-api defines NAPI_AUTO_LENGTH as the indicator that a string | ||
| 20 | 20 | // is null terminated. For V8 the equivalent is -1. The assert | |
| 21 | 21 | // validates that our cast of NAPI_AUTO_LENGTH results in -1 as | |
| 22 | 22 | // needed by V8. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments