Staging: nvec: Fixed a typo
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 21:49:13 +0000 (15:49 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:18:33 +0000 (15:18 -0800)
Fixed a typo in nvec.c file

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c

index 093535c6217b46000007f370fb047ea8ee24919c..26370597c5b12cfeff244c3d450bea3b1db9fad8 100644 (file)
@@ -259,7 +259,7 @@ static void nvec_gpio_set_value(struct nvec_chip *nvec, int value)
  * and return immediately.
  *
  * Returns: 0 on success, a negative error code on failure. If a failure
- * occured, the nvec driver may print an error.
+ * occurred, the nvec driver may print an error.
  */
 int nvec_write_async(struct nvec_chip *nvec, const unsigned char *data,
                        short size)
This page took 0.026189 seconds and 5 git commands to generate.