From 3bca6060e407bc44b318c4144aba2a84fa721d16 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 1 Jan 2024 18:40:49 -0500 Subject: [PATCH] [minor] fix typo --- src/mcx.c | 2 +- src/mcx_bench.c | 2 +- src/mcx_bench.h | 2 +- src/mcx_const.h | 2 +- src/mcx_core.cu | 2 +- src/mcx_core.h | 2 +- src/mcx_ieee754.h | 2 +- src/mcx_mie.cpp | 2 +- src/mcx_mie.h | 2 +- src/mcx_rand_posix.cu | 2 +- src/mcx_rand_xoroshiro128p.cu | 2 +- src/mcx_rand_xorshift128p.cu | 2 +- src/mcx_shapes.c | 2 +- src/mcx_shapes.h | 2 +- src/mcx_tictoc.c | 2 +- src/mcx_tictoc.h | 2 +- src/mcx_utils.c | 2 +- src/mcx_utils.h | 2 +- src/mcxlab.cpp | 2 +- src/pmcx.cpp | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/mcx.c b/src/mcx.c index cbd0e84c..049ede5e 100644 --- a/src/mcx.c +++ b/src/mcx.c @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_bench.c b/src/mcx_bench.c index 1476d554..404fe082 100644 --- a/src/mcx_bench.c +++ b/src/mcx_bench.c @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_bench.h b/src/mcx_bench.h index 379cf90d..04397afc 100644 --- a/src/mcx_bench.h +++ b/src/mcx_bench.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_const.h b/src/mcx_const.h index 15c9a0a0..f34084f2 100644 --- a/src/mcx_const.h +++ b/src/mcx_const.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_core.cu b/src/mcx_core.cu index dab3f638..9cb46a6b 100644 --- a/src/mcx_core.cu +++ b/src/mcx_core.cu @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_core.h b/src/mcx_core.h index 64881e22..0d1d50ed 100644 --- a/src/mcx_core.h +++ b/src/mcx_core.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_ieee754.h b/src/mcx_ieee754.h index 0b935ec1..e2c00376 100644 --- a/src/mcx_ieee754.h +++ b/src/mcx_ieee754.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_mie.cpp b/src/mcx_mie.cpp index 22a59ac6..9d5fa5d8 100644 --- a/src/mcx_mie.cpp +++ b/src/mcx_mie.cpp @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_mie.h b/src/mcx_mie.h index f40e92d3..f72e2945 100644 --- a/src/mcx_mie.h +++ b/src/mcx_mie.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_rand_posix.cu b/src/mcx_rand_posix.cu index acdb32d5..b940a71f 100644 --- a/src/mcx_rand_posix.cu +++ b/src/mcx_rand_posix.cu @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_rand_xoroshiro128p.cu b/src/mcx_rand_xoroshiro128p.cu index abef65bb..65dc862e 100644 --- a/src/mcx_rand_xoroshiro128p.cu +++ b/src/mcx_rand_xoroshiro128p.cu @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_rand_xorshift128p.cu b/src/mcx_rand_xorshift128p.cu index 3c719324..a1b86f78 100644 --- a/src/mcx_rand_xorshift128p.cu +++ b/src/mcx_rand_xorshift128p.cu @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_shapes.c b/src/mcx_shapes.c index 10c6ae26..5f331edc 100644 --- a/src/mcx_shapes.c +++ b/src/mcx_shapes.c @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_shapes.h b/src/mcx_shapes.h index 83261f44..7b01e817 100644 --- a/src/mcx_shapes.h +++ b/src/mcx_shapes.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_tictoc.c b/src/mcx_tictoc.c index e7beb0f0..4be64220 100644 --- a/src/mcx_tictoc.c +++ b/src/mcx_tictoc.c @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_tictoc.h b/src/mcx_tictoc.h index b84a1cf6..e43288e1 100644 --- a/src/mcx_tictoc.h +++ b/src/mcx_tictoc.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_utils.c b/src/mcx_utils.c index b35d1bcc..fc15a2e5 100644 --- a/src/mcx_utils.c +++ b/src/mcx_utils.c @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcx_utils.h b/src/mcx_utils.h index 0cd4d676..83db837c 100644 --- a/src/mcx_utils.h +++ b/src/mcx_utils.h @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/mcxlab.cpp b/src/mcxlab.cpp index e365f3ea..94d2697c 100644 --- a/src/mcxlab.cpp +++ b/src/mcxlab.cpp @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details diff --git a/src/pmcx.cpp b/src/pmcx.cpp index fd736930..b842fa89 100644 --- a/src/pmcx.cpp +++ b/src/pmcx.cpp @@ -20,7 +20,7 @@ ** ** \section sformat Formatting ** Please always run "make pretty" inside the \c src folder before each commit. -** The above command rqeuires \c astyle to perform automatic formatting. +** The above command requires \c astyle to perform automatic formatting. ** ** \section slicense License ** GPL v3, see LICENSE.txt for details