summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/lib/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/system.c b/source/lib/system.c
index 5e70fb8ac5e..20b31113ecd 100644
--- a/source/lib/system.c
+++ b/source/lib/system.c
@@ -59,7 +59,7 @@ void* sys_memalign( size_t align, size_t size )
return NULL;
#else
- DEBUG(0,("memalign functionalaity not available on this platform!\n"));
+ DEBUG(0,("memalign functionalaity not available on this platform!\n"));
return NULL;
#endif
}