diff options
Diffstat (limited to 'src/util/depfix.pl')
-rwxr-xr-x | src/util/depfix.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/depfix.pl b/src/util/depfix.pl index c8df54cbb29d..9982fa0d84ea 100755 --- a/src/util/depfix.pl +++ b/src/util/depfix.pl @@ -147,7 +147,7 @@ sub do_subs_2 { s;com_err.h ;\$(COM_ERR_DEPS) ;g; } if ($thisdir eq "lib/krb5/ccache") { - # These files are only used (and kcmrpc.h only generated) on OS X. + # These files are only used (and kcmrpc.h only generated) on macOS. # There are conditional dependencies in Makefile.in. s;kcmrpc.h ;;g; s;kcmrpc_types.h ;;g; |