summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-31 05:37:19 -0700
committerKarl Williamson <khw@cpan.org>2023-01-02 15:57:33 -0700
commit9f0a6a7f10f324ddfa822e916025613245ec674e (patch)
treeaecb73eed9e31f26960b3f74044d3c83ef559efe /intrpvar.h
parente1b7f7b724547898f0662f5b40d6311e25d63696 (diff)
downloadperl-9f0a6a7f10f324ddfa822e916025613245ec674e.tar.gz
intrpvar.h: Fix misspelling in comment
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 6df3169520..e16dfc4931 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -61,7 +61,7 @@ PERLVARI(I, sub_generation, U32, 1) /* incr to invalidate method cache */
PERLVARI(I, hash_rand_bits_enabled, U8, 1) /* used to randomize hash stuff
0. no-random
1. random
- 2. determinsitic */
+ 2. deterministic */
#endif
PERLVARI(I, hash_rand_bits, UV, 0) /* used to randomize hash stuff */
#endif