From: Colin Cronin Date: Thu, 14 May 2015 01:05:15 +0000 (-0700) Subject: Drivers: staging: comedi: comedi: Fixed comment spelling error X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=163a1f19f45b4ee3cf7180bf78ea7f71948b33c8;p=deliverable%2Flinux.git Drivers: staging: comedi: comedi: Fixed comment spelling error Fixed a spelling error in a comment. Signed-off-by: Colin Cronin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h index 745574077352..66edda190b75 100644 --- a/drivers/staging/comedi/comedi.h +++ b/drivers/staging/comedi/comedi.h @@ -217,7 +217,7 @@ #define SDF_RUNNING 0x08000000 /* subdevice is acquiring data */ #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ #define SDF_PACKED 0x20000000 /* subdevice can do packed DIO */ -/* re recyle these flags for PWM */ +/* re recycle these flags for PWM */ #define SDF_PWM_COUNTER SDF_MODE0 /* PWM can automatically switch off */ #define SDF_PWM_HBRIDGE SDF_MODE1 /* PWM is signed (H-bridge) */