Style and spelling fixes.
This commit is contained in:
@@ -299,7 +299,7 @@ pt_chi2(double p, double df, double ln_gamma_df_2)
|
||||
|
||||
/*
|
||||
* Given a value p in [0..1] and Gamma distribution shape and scale parameters,
|
||||
* compute the upper limit on the definite integeral from [0..z] that satisfies
|
||||
* compute the upper limit on the definite integral from [0..z] that satisfies
|
||||
* p.
|
||||
*/
|
||||
JEMALLOC_INLINE double
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* Abstraction layer for threading in tests */
|
||||
/* Abstraction layer for threading in tests. */
|
||||
#ifdef _WIN32
|
||||
typedef HANDLE thd_t;
|
||||
#else
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* Simple timer, for use in benchmark reporting.
|
||||
*/
|
||||
/* Simple timer, for use in benchmark reporting. */
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
|
Reference in New Issue
Block a user