[examples-v2 commit] rtems_waf: fix typo

Gedare Bloom gedare at rtems.org
Thu Dec 12 19:49:54 UTC 2013


Module:    examples-v2
Branch:    master
Commit:    cdc0d70a3a7315eace2e3d258f02520aee5d2116
Changeset: http://git.rtems.org/examples-v2/commit/?id=cdc0d70a3a7315eace2e3d258f02520aee5d2116

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Sun Dec  1 12:55:07 2013 -0500

rtems_waf: fix typo

---

 rtems_waf/rtems.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rtems_waf/rtems.py b/rtems_waf/rtems.py
index e460ca5..8b312dc 100644
--- a/rtems_waf/rtems.py
+++ b/rtems_waf/rtems.py
@@ -367,7 +367,7 @@ def check_networking(ctx):
     return check(ctx, 'RTEMS_NETWORKING')
 
 def check_atomic(ctx):
-    return check(ctx, 'RTEMS_ATROMIC')
+    return check(ctx, 'RTEMS_ATOMIC')
 
 def arch(arch_bsp):
     """ Given an arch/bsp return the architecture."""




More information about the vc mailing list