Cleanup: spelling in comments
This commit is contained in:
@@ -380,10 +380,10 @@ static short pyrna_rotation_euler_order_get(PointerRNA *ptr,
|
||||
const short order_fallback,
|
||||
PropertyRNA **r_prop_eul_order);
|
||||
|
||||
/* bpyrna vector/euler/quat callbacks. */
|
||||
/* `bpyrna` vector/euler/quaternion callbacks. */
|
||||
static uchar mathutils_rna_array_cb_index = -1; /* Index for our callbacks. */
|
||||
|
||||
/* Subtype not used much yet. */
|
||||
/* Sub-type not used much yet. */
|
||||
# define MATHUTILS_CB_SUBTYPE_EUL 0
|
||||
# define MATHUTILS_CB_SUBTYPE_VEC 1
|
||||
# define MATHUTILS_CB_SUBTYPE_QUAT 2
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
*
|
||||
* Any feedback is very welcome.
|
||||
* http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
|
||||
* email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space). */
|
||||
* email: `m-mat @ math.sci.hiroshima-u.ac.jp` (remove space). */
|
||||
|
||||
/* Period parameters */
|
||||
#define N 624
|
||||
@@ -120,7 +120,7 @@ static void setRndSeed(int seed)
|
||||
}
|
||||
}
|
||||
|
||||
/* float number in range [0, 1) using the mersenne twister rng */
|
||||
/* Float number in range [0, 1) using the mersenne twister random number generator. */
|
||||
static float frand(void)
|
||||
{
|
||||
ulong y;
|
||||
|
||||
Reference in New Issue
Block a user