[libc++][NFC] Fix some standard-mandated includes comments

Reviewed By: ldionne, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D134447

NOKEYCHECK=True
GitOrigin-RevId: 473a1605063421a36b82b31dc5a7e9533d6e229e
diff --git a/include/algorithm b/include/algorithm
index 0552e66..9b21e7b 100644
--- a/include/algorithm
+++ b/include/algorithm
@@ -1899,6 +1899,8 @@
 #include <__algorithm/upper_bound.h>
 
 // standard-mandated includes
+
+// [algorithm.syn]
 #include <initializer_list>
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)