summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:46:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:46:29 +0000
commitd76608e0484491a6cd101c9a0ec256f98bc0d8b3 (patch)
tree6d242d07447ac8d1c3657c13a10be95608f4f0a3 /c/src/lib
parentSplit core mutex and semaphore handlers into separate files. (diff)
downloadrtems-d76608e0484491a6cd101c9a0ec256f98bc0d8b3.tar.bz2
Typo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
index 8422599b42..8ac21df14e 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
@@ -100,7 +100,7 @@ extern "C" {
* Do not rely on them being present in future
*/
#define CPU_delay( microseconds ) delay( microseconds )
-#define sh_deley( microseconds ) delay( microseconds )
+#define sh_delay( microseconds ) delay( microseconds )
/*
* Defined in the linker script 'linkcmds'