Updated comments [skip ci]

This commit is contained in:
Andrew Kane
2023-06-11 18:36:41 -07:00
parent 3cf7ce6543
commit eff0de6a64

View File

@@ -42,7 +42,7 @@ CheckDims(Vector * a, Vector * b)
} }
/* /*
* Ensure expected dimension * Ensure expected dimensions
*/ */
static inline void static inline void
CheckExpectedDim(int32 typmod, int dim) CheckExpectedDim(int32 typmod, int dim)
@@ -54,7 +54,7 @@ CheckExpectedDim(int32 typmod, int dim)
} }
/* /*
* Ensure valid dimension * Ensure valid dimensions
*/ */
static inline void static inline void
CheckDim(int dim) CheckDim(int dim)