diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 1 | ||||
-rw-r--r-- | source4/librpc/idl/exchange.idl | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index c7a714a488..1d32d723c6 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -270,7 +270,7 @@ interface ObjectRpcBaseTypes [ object, uuid("00000000-0000-0000-C000-000000000046"), - helpstring("Base interface for most COM interfaces") + helpstring("Base interface for all COM interfaces") ] interface IUnknown { diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index ce1776f34e..2bff814a45 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -13,6 +13,7 @@ http://www.opengroup.org/onlinepubs/9629399/chap6.htm#tagcjh_11_02_03_01: bindin version(3.0), endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", "ncalrpc:[EPMAPPER]", "ncacn_unix_stream:[/tmp/epmapper]"), + helpstring("EndPoint Mapper"), pointer_default(unique) ] interface epmapper diff --git a/source4/librpc/idl/exchange.idl b/source4/librpc/idl/exchange.idl index ddf9a5d1ce..82e783a0dc 100644 --- a/source4/librpc/idl/exchange.idl +++ b/source4/librpc/idl/exchange.idl @@ -224,7 +224,7 @@ System Attendant Private Interface [ uuid("c840a7dc-42c0-1a10-b4b9-08002b2fe182"), - helpstring("Unknwon") + helpstring("Unknown") ] interface exchange_unknown { void unknown_dummy(); |