summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:26:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 19:26:21 +0000
commitc009cd5670189480f08c2688c115516b299e1b43 (patch)
treefb8cc6f7c3c1ba566db5b551356065702499af02 /c
parent2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c009cd5670189480f08c2688c115516b299e1b43.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/include/nvram.h: Fix typo.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/include/nvram.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index f664cf1ec7..1c872e9cb3 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * shared/include/nvram.h: Fix typo.
+
+2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* shared/clock/clock.c: Remove unnecessary includes of
rtems/libcsupport.h and rtems/libio.h.
diff --git a/c/src/lib/libbsp/powerpc/shared/include/nvram.h b/c/src/lib/libbsp/powerpc/shared/include/nvram.h
index a822382e51..6d8a8bc0a9 100644
--- a/c/src/lib/libbsp/powerpc/shared/include/nvram.h
+++ b/c/src/lib/libbsp/powerpc/shared/include/nvram.h
@@ -146,7 +146,7 @@ typedef struct _HEADER {
void* OSAreaAddress;
unsigned long OSAreaLength;
- /* Date&Time from RTC of last change to OSAreaArea */
+ /* Date&Time from RTC of last change to OSArea */
unsigned long OSAreaLastWriteDT[2];
} HEADER;