Refer to nullptr not NULL
[folly.git] / folly / experimental / symbolizer / Elf.h
index 9676e23c045ad25d0de26da5e561479a1afe6f8b..b16c87186330689ddf2d92e0357a4e21a2ff4413 100644 (file)
@@ -51,7 +51,7 @@ class ElfFile {
   // Open the ELF file.
   // Returns 0 on success, kSystemError (guaranteed to be -1) (and sets errno)
   // on IO error, kInvalidElfFile (and sets errno to EINVAL) for an invalid
-  // Elf file. On error, if msg is not NULL, sets *msg to a static string
+  // Elf file. On error, if msg is not nullptr, sets *msg to a static string
   // indicating what failed.
   enum {
     kSuccess = 0,