From 1e826c46b16145dc0afc5c3cc036799d9ec6a4c9 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 25 Jan 2010 19:50:21 +0100 Subject: [PATCH] s3/registry: Fix typo in comment. Karolin --- source3/registry/reg_backend_shares.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 22b8fd7ed28..9582398cc3b 100644 --- a/source3/registry/reg_backend_shares.c +++ b/source3/registry/reg_backend_shares.c @@ -25,10 +25,10 @@ #define DBGC_CLASS DBGC_REGISTRY /********************************************************************** - It is safe to assume that every registry path passed into on of + It is safe to assume that every registry path passed into one of the exported functions here begins with KEY_SHARES else these functions would have never been called. This is a small utility - function to strip the beginning of the path and make a copy that the + function to strip the beginning of the path and make a copy that the caller can modify. Note that the caller is responsible for releasing the memory allocated here. **********************************************************************/ -- 2.11.4.GIT