[rtems commit] posix: Typo

Sebastian Huber sebh at rtems.org
Wed Aug 14 09:49:47 UTC 2013


Module:    rtems
Branch:    master
Commit:    ec98c997e86a32c9806701334fad0c9b9540c342
Changeset: http://git.rtems.org/rtems/commit/?id=ec98c997e86a32c9806701334fad0c9b9540c342

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Aug 14 11:55:51 2013 +0200

posix: Typo

---

 cpukit/posix/include/rtems/posix/onceimpl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/posix/include/rtems/posix/onceimpl.h b/cpukit/posix/include/rtems/posix/onceimpl.h
index f023810..48f876a 100644
--- a/cpukit/posix/include/rtems/posix/onceimpl.h
+++ b/cpukit/posix/include/rtems/posix/onceimpl.h
@@ -23,7 +23,7 @@
 #include <rtems/score/percpu.h>
 
 #ifndef _RTEMS_POSIX_ONCEIMPL_H
-#define _RTEMS_POSIX_ONCEMPL_H
+#define _RTEMS_POSIX_ONCEIMPL_H
 
 #ifdef __cplusplus
 extern "C" {




More information about the vc mailing list