diff options
-rw-r--r-- | source3/lib/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 5e70fb8ac5..20b31113ec 100644 --- a/source3/lib/system.c +++ b/source3/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 } |