]> granicus.if.org Git - gc/commitdiff
Fix a typo (GC_NPROCS spelling) in a comment in gc.h
authorIvan Maidanski <ivmai@mail.ru>
Wed, 3 Apr 2019 08:00:00 +0000 (11:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 5 Apr 2019 18:52:41 +0000 (21:52 +0300)
* include/gc.h [GC_THREADS] (GC_parallel): Fix a typo in comment
("GC_NPROCS").

include/gc.h

index 2e35a37eae3483de3e461e8ad7bcae6e1a5e3bc3..5cd39e7ccf272b33b128e8e6df6be8e97550300e 100644 (file)
@@ -92,8 +92,8 @@ GC_API GC_word GC_CALL GC_get_gc_no(void);
                         /* multiprocessors.  Currently set only         */
                         /* implicitly if collector is built with        */
                         /* PARALLEL_MARK defined and if either:         */
-                        /*  Env variable GC_NPROC is set to > 1, or     */
-                        /*  GC_NPROC is not set and this is an MP.      */
+                        /*  Env variable GC_NPROCS is set to > 1, or    */
+                        /*  GC_NPROCS is not set and this is an MP.     */
                         /* If GC_parallel is on (non-zero), incremental */
                         /* collection is only partially functional,     */
                         /* and may not be desirable.  The getter does   */