add a minor clarification in comment

Change-Id: I7320074ff7bd95d833cba8afb04fcc0730392f1e
diff --git a/av1/common/loopfilter.c b/av1/common/loopfilter.c
index 16c3763..9c010c9 100644
--- a/av1/common/loopfilter.c
+++ b/av1/common/loopfilter.c
@@ -163,7 +163,7 @@
   0xffffffffffffffffULL,  // BLOCK_64X64
 };
 
-// These are used for masking the left and above borders.
+// These are used for masking the left and above 32x32 borders.
 static const uint64_t left_border = 0x1111111111111111ULL;
 static const uint64_t above_border = 0x000000ff000000ffULL;