]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-stm32.c
crypto: akcipher - Drop sign/verify operations
[linux.git] / drivers / pwm / pwm-stm32.c
index f85eb41cb084820a49010673f28e52afc233b475..eb24054f9729734da21eb96f2e37af03339e3440 100644 (file)
@@ -222,7 +222,7 @@ static int stm32_pwm_capture(struct pwm_chip *chip, struct pwm_device *pwm,
 
                scale = max_arr / min(max_arr, raw_prd);
        } else {
-               scale = priv->max_arr; /* bellow resolution, use max scale */
+               scale = priv->max_arr; /* below resolution, use max scale */
        }
 
        if (psc && scale > 1) {
This page took 0.031505 seconds and 4 git commands to generate.