Message ID | 1415826705-7510-2-git-send-email-richard@nod.at |
---|---|
State | Accepted |
Commit | 0903bb8bc98cfd020d9c0857ef7dd98d6e586bce |
Headers | show |
diff --git a/doc/ubi.xml b/doc/ubi.xml index 4bded98..5cb1603 100644 --- a/doc/ubi.xml +++ b/doc/ubi.xml @@ -1238,7 +1238,7 @@ from it.</p> <ol> <li>UBI tries to find the fastmap anchor PEB, - if no anchor PEB was found UBI performs traditional full scan</li> + if no anchor PEB was found UBI performs a traditional full scan</li> <li>It follows the pointers stored in the anchor PEB and reads the fastmap payload data</li> <li>Then it performs a traditional scan only on PEBs in the pool
Fix a missing "a". Signed-off-by: Richard Weinberger <richard@nod.at> --- doc/ubi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)