Use true/false in comment for bool do_border_pad

Bug: 527078408, 527242002
Change-Id: I2520c2f939036397cafab7693836c4f6806e7c17
diff --git a/av1/encoder/encoder.h b/av1/encoder/encoder.h
index 9aa8ca0..b15f0ff 100644
--- a/av1/encoder/encoder.h
+++ b/av1/encoder/encoder.h
@@ -4294,9 +4294,9 @@
                                             int mi_rows, int frame_width,
                                             int frame_height,
                                             bool do_border_pad) {
-  // For do_border_pad = 1, compute distances using the actual frame
+  // For do_border_pad = true, compute distances using the actual frame
   // dimensions.
-  // For do_border_pad = 0, compute distances using the frame dimensions
+  // For do_border_pad = false, compute distances using the frame dimensions
   // aligned to a multiple of 8 pixels to match the dimensions represented
   // by mi_cols and mi_rows, which are rounded up to multiples of 8 pixels.
   int boundary_frame_width =