File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -301,10 +301,10 @@ typedef PageHeaderData *PageHeader;
301301 * Using assertions, validate that the page special pointer is OK.
302302 *
303303 * This is intended to catch use of the pointer before page initialization.
304- * It is implemented as a function do to the limitations of the MSVC compiler,
305- * which choked on doing all these tests within another macro. We return true
306- * so that MacroAssert() can be used while still getting the specifics from
307- * the macro failure within this function.
304+ * It is implemented as a function due to the limitations of the MSVC
305+ * compiler, which choked on doing all these tests within another macro. We
306+ * return true so that MacroAssert() can be used while still getting the
307+ * specifics from the macro failure within this function.
308308 */
309309static inline bool
310310PageValidateSpecialPointer (Page page )
You can’t perform that action at this time.
0 commit comments