diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-01 15:40:26 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-04 21:23:26 -0700 |
commit | 0e324fbdb7146dbe88e979e88263c548d8f54f1c (patch) | |
tree | f25811b7f518d77030a80fde7452ce0ac3a97da1 | |
parent | 9b0131cb24182ef6cc478a89fc56fc6e004651e7 (diff) |
staging/trivial: fix typos concerning "management"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/spectra/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/spectra/flash.h b/drivers/staging/spectra/flash.h index 5ed05805cf65..e59cf4ede551 100644 --- a/drivers/staging/spectra/flash.h +++ b/drivers/staging/spectra/flash.h @@ -104,7 +104,7 @@ struct flash_cache_tag { }; /* - *Data structure for each list node of the managment table + *Data structure for each list node of the management table * used for the Level 2 Cache. Each node maps one logical NAND block. */ struct spectra_l2_cache_list { |