Refer to nullptr not NULL
[folly.git] / folly / stats / Histogram.h
index e8e8c97c18de786d6f905fefc9e2b590c8ceda87..ca45ba3bc4b4160a95fe0b8e23692376331ca79c 100644 (file)
@@ -417,7 +417,7 @@ class Histogram {
    * Get the bucket that the specified percentile falls into
    *
    * The lowest and highest percentile data points in returned bucket will be
-   * returned in the lowPct and highPct arguments, if they are non-NULL.
+   * returned in the lowPct and highPct arguments, if they are not nullptr.
    */
   size_t getPercentileBucketIdx(
       double pct,