@@ -278,7 +278,7 @@ namespace quda {
278278
279279 /* *
280280 @brief Compute y += a * x and then (x, y)
281- @param[in] a scalar multipler
281+ @param[in] a scalar multiplier
282282 @param[in] x input vector
283283 @param[in,out] y update vector
284284 */
@@ -293,17 +293,17 @@ namespace quda {
293293
294294 /* *
295295 @brief Compute z = a * x + b * y and then ||z||^2
296- @param[in] a scalar multipler
296+ @param[in] a scalar multiplier
297297 @param[in] x input vector
298- @param[in] b scalar multipler
298+ @param[in] b scalar multiplier
299299 @param[in] y input vector
300300 @param[in,out] z update vector
301301 */
302302 double axpbyzNorm (double a, const ColorSpinorField &x, double b, const ColorSpinorField &y, ColorSpinorField &z);
303303
304304 /* *
305305 @brief Compute y += a * x and then ||y||^2
306- @param[in] a scalar multipler
306+ @param[in] a scalar multiplier
307307 @param[in] x input vector
308308 @param[in,out] y update vector
309309 */
@@ -342,7 +342,7 @@ namespace quda {
342342 }
343343
344344 /* *
345- @brief Return complex-valued inner producr (x,y) and ||y||^2
345+ @brief Return complex-valued inner product (x,y) and ||y||^2
346346 @param[in] x input vector
347347 @param[in] y input vector
348348 */
@@ -369,7 +369,7 @@ namespace quda {
369369
370370 /* *
371371 @brief Compute y += a * x and then ||y||^2
372- @param[in] a scalar multipler
372+ @param[in] a scalar multiplier
373373 @param[in] x input vector
374374 @param[in,out] y update vector
375375 */
@@ -388,7 +388,7 @@ namespace quda {
388388
389389 /* *
390390 @brief Compute y += a * x and the resulting complex-valued inner product (z, y)
391- @param[in] a scalar multipler
391+ @param[in] a scalar multiplier
392392 @param[in] x input vector
393393 @param[in,out] y update vector
394394 @param[in] z input vector
@@ -399,7 +399,7 @@ namespace quda {
399399 /* *
400400 @brief Compute y += a * x and then compute ||y||^2 and
401401 real-valued inner product (y_out, y_out-y_in)
402- @param[in] a scalar multipler
402+ @param[in] a scalar multiplier
403403 @param[in] x input vector
404404 @param[in,out] y update vector
405405 */
@@ -512,8 +512,7 @@ namespace quda {
512512 void axpy_L (const std::vector<T> &a, cvector_ref<const ColorSpinorField> &x, cvector_ref<ColorSpinorField> &y);
513513
514514 /* *
515- @brief Compute the block "caxpy" with over the s
516- et of
515+ @brief Compute the block "caxpy" with over the set of
517516 ColorSpinorFields. E.g., it computes
518517
519518 y = x * a + y
0 commit comments