Browse Source

staging/trivial: fix typos concerning "memory"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Uwe Kleine-König 14 years ago
parent
commit
ecc73a99e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/westbridge/astoria/device/cyasdevice.c

+ 1 - 1
drivers/staging/westbridge/astoria/device/cyasdevice.c

@@ -214,7 +214,7 @@ static int cyasdevice_initialize(void)
 	cy_as_dev = cy_as_hal_alloc(sizeof(cyasdevice));
 	if (cy_as_dev == NULL) {
 		cy_as_hal_print_message("<1>_cy_as_device: "
-			"memmory allocation failed\n");
+			"memory allocation failed\n");
 		return -ENOMEM;
 	}
 	memset(cy_as_dev, 0, sizeof(cyasdevice));