@@ -1382,7 +1382,7 @@ namespace xsimd
13821382 /* *
13831383 * @ingroup batch_data_transfer
13841384 *
1385- * Creates a batch from the buffer \c ptr and the specifed
1385+ * Creates a batch from the buffer \c ptr and the specified
13861386 * batch value type \c To. The memory needs to be aligned.
13871387 * @param ptr the memory buffer to read
13881388 * @return a new batch instance
@@ -1456,7 +1456,7 @@ namespace xsimd
14561456 /* *
14571457 * @ingroup batch_data_transfer
14581458 *
1459- * Creates a batch from the buffer \c ptr and the specifed
1459+ * Creates a batch from the buffer \c ptr and the specified
14601460 * batch value type \c To. The memory does not need to be aligned.
14611461 * @param ptr the memory buffer to read
14621462 * @return a new batch instance
@@ -2236,7 +2236,7 @@ namespace xsimd
22362236 * Computes the batch of nearest integer values to scalars in \c x (in
22372237 * floating point format), rounding halfway cases away from zero, regardless
22382238 * of the current rounding mode.
2239- * @param x batch of flaoting point values.
2239+ * @param x batch of floating point values.
22402240 * @return the batch of nearest integer values.
22412241 */
22422242 template <class T , class A >
0 commit comments