summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-03-19 12:08:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-19 14:01:49 +0100
commit1ecf326f66ddb46b5e6cf4443bda5e468b630821 (patch)
tree9e6b11c49847c83cf7b025af5d5057f746b62294
parentcb61b15ac3c9b0f6323069a63198dfd355c47bf3 (diff)
downloaddt-utils-1ecf326f66ddb46b5e6cf4443bda5e468b630821.tar.gz
dt-utils-1ecf326f66ddb46b5e6cf4443bda5e468b630821.tar.xz
libtd: fix typo
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index 63f561f..0205241 100644
--- a/src/state.c
+++ b/src/state.c
@@ -1022,7 +1022,7 @@ out:
* protected with a magic value which has to match and a crc32 that must be valid.
* Up to four copies are stored if there is sufficient space available.
* @path can be a path to a device or a regular file. When it's a device @size may
- * be 0. The four copies a spread to different eraseblocks if approriate for this
+ * be 0. The four copies are spread to different eraseblocks if approriate for this
* device.
*/
int state_backend_raw_file(struct state *state, const char *path, off_t offset,