diff options
-rw-r--r-- | src/companion_proxy.c | 2 | ||||
-rw-r--r-- | src/companion_proxy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/companion_proxy.c b/src/companion_proxy.c index f4fe96c..edce500 100644 --- a/src/companion_proxy.c +++ b/src/companion_proxy.c @@ -1,5 +1,5 @@ /* - * compproxy.c + * companion_proxy.c * com.apple.companion_proxy service implementation. * * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. diff --git a/src/companion_proxy.h b/src/companion_proxy.h index 1b520d4..33c4a80 100644 --- a/src/companion_proxy.h +++ b/src/companion_proxy.h @@ -1,5 +1,5 @@ /* - * compproxy.h + * companion_proxy.h * com.apple.companion_proxy service header file. * * Copyright (c) 2019-2020 Nikias Bassen, All Rights Reserved. |