summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-01-20 15:00:08 +0100
committerJeremy Allison <jra@samba.org>2021-01-22 19:54:38 +0000
commit10d3a1c0689c82ee0774cadc376c6b071afe277e (patch)
treec072dc20154d8c8539ad07695546705da46af048 /librpc
parent181eb5728fd4d9fd1126c1a396c8c621e2edc4d0 (diff)
downloadsamba-10d3a1c0689c82ee0774cadc376c6b071afe277e.tar.gz
rpc_server: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/rpc/dcesrv_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/rpc/dcesrv_core.c b/librpc/rpc/dcesrv_core.c
index 0faf9063957..a413359d985 100644
--- a/librpc/rpc/dcesrv_core.c
+++ b/librpc/rpc/dcesrv_core.c
@@ -162,7 +162,7 @@ _PUBLIC_ const struct dcesrv_interface *find_interface_by_uuid(const struct dces
}
/*
- find the earlier parts of a fragmented call awaiting reassembily
+ find the earlier parts of a fragmented call awaiting reassembly
*/
static struct dcesrv_call_state *dcesrv_find_fragmented_call(struct dcesrv_connection *dce_conn, uint32_t call_id)
{