summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:23:15 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:36 +0100
commit7def87cb17edac48ed21041e6cbbda372a8a46da (patch)
treea41fdaa30f254fd1a1c82ac0ddb63b94865e6925 /source4/lib
parent1683d090ccfb8b2959e091bdb9281a4991d943dc (diff)
downloadsamba-7def87cb17edac48ed21041e6cbbda372a8a46da.tar.gz
samba-7def87cb17edac48ed21041e6cbbda372a8a46da.tar.bz2
samba-7def87cb17edac48ed21041e6cbbda372a8a46da.zip
Typo fix.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/tdb_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb_wrap.h b/source4/lib/tdb_wrap.h
index 20ab53fb35..d49fafbf0c 100644
--- a/source4/lib/tdb_wrap.h
+++ b/source4/lib/tdb_wrap.h
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* IMPORTANT: tdb_wrap should be always prefered over tdb_context for end consumer functions
+/* IMPORTANT: tdb_wrap should be always preferred over tdb_context for end consumer functions
it's because if the code will be running inside smbd, then we must use the linked list
of open tdb files, to determine if the tdb we desire is already open
as otherwise, when you close the tdb (even on a different file descriptor),