diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 11:22:29 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 11:22:29 +0900 |
commit | 890d108114544ef59b7c92f8c95109c0ba18d0ec (patch) | |
tree | f7d057064bc7d2160138e3441068b7ebddeb62f1 /example-fs-bb48/first-pages.c | |
parent | 5f57222b737243b4521e5a887a825c6783ac5bcd (diff) |
Add document for ABOUT-SYS
Diffstat (limited to 'example-fs-bb48/first-pages.c')
-rw-r--r-- | example-fs-bb48/first-pages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fs-bb48/first-pages.c b/example-fs-bb48/first-pages.c index faa5bf4..a587098 100644 --- a/example-fs-bb48/first-pages.c +++ b/example-fs-bb48/first-pages.c @@ -12,7 +12,7 @@ * * First two pages of Flash ROM is difficult to use because of * predefined purposes. It's defined as a default vector page and - * flash configuration page. + * a flash configuration page. * * We put something useful to those two pages, together with the * data for predefined purposes. |