]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/nvec/nvec.h
Merge branch 'late/cleanup' into devel-late
[karo-tx-linux.git] / drivers / staging / nvec / nvec.h
index a4c17b0e10cf44a4a87236b3103ddb7de009a630..ba6ed8f4e8a3d8d206565d353ce370d130e0dfcd 100644 (file)
@@ -42,7 +42,7 @@
  * enum nvec_event_size - The size of an event message
  * @NVEC_2BYTES: The message has one command byte and one data byte
  * @NVEC_3BYTES: The message has one command byte and two data bytes
- * @NVEC_VAR_SIZE: The message has one command byte, one count byte, and as
+ * @NVEC_VAR_SIZE: The message has one command byte, one count byte, and has
  *                 up to as many bytes as the number in the count byte. The
  *                 maximum is 32
  *