diff options
author | Michael Adam <obnox@samba.org> | 2012-06-11 17:58:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-12 07:21:45 +0200 |
commit | 7dd22bdb476e7565a755bf44040ed505d84e07a9 (patch) | |
tree | e197ce78c980b338b306ad5088dc30701e0ef087 /source4/torture/raw/lookuprate.c | |
parent | 2a1ab927932675b5ea3a22628f55f34882f7c682 (diff) | |
download | samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.gz samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.bz2 samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.zip |
s4:torture: fix use of non-existent word (existant)
Diffstat (limited to 'source4/torture/raw/lookuprate.c')
-rw-r--r-- | source4/torture/raw/lookuprate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/lookuprate.c b/source4/torture/raw/lookuprate.c index 3b9fbe1cdb..7c0251a0f7 100644 --- a/source4/torture/raw/lookuprate.c +++ b/source4/torture/raw/lookuprate.c @@ -225,7 +225,7 @@ static bool remove_working_directory(struct smbcli_tree *tree, /* Verify that looking up a file name takes constant time. * - * This test samples the lookup rate for a non-existant filename in a + * This test samples the lookup rate for a non-existent filename in a * directory, while varying the number of files in the directory. The * lookup rate should continue to approximate the lookup rate for the * empty directory case. |