summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-22 00:49:28 +0200
committerGünther Deschner <gd@samba.org>2011-04-22 00:49:28 +0200
commita505806aa088470c74ad3fbffac223d5400481fc (patch)
treedf2ea2926b1dcff3435ec35c6cd647c133ff708c /source3/wscript
parent3a725862cc5c2c32167871bdec0e7dc2ebe39a87 (diff)
downloadsamba-a505806aa088470c74ad3fbffac223d5400481fc.tar.gz
samba-a505806aa088470c74ad3fbffac223d5400481fc.tar.bz2
samba-a505806aa088470c74ad3fbffac223d5400481fc.zip
s3-waf: fix typo in comment.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 673fdf30b9..fa51983bc6 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -191,7 +191,7 @@ main() {
'HAVE_KERNEL_OPLOCKS_IRIX', headers='fcntl.h',
msg="Checking for IRIX kernel oplock types")
- # Check for krenel share modes
+ # Check for kernel share modes
conf.CHECK_CODE('''
#include <sys/types.h>
#include <fcntl.h>