--- old/make/common/Utils.gmk 2020-05-20 17:58:49.812726137 -0700 +++ new/make/common/Utils.gmk 2020-05-20 17:58:49.432718840 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -296,8 +296,8 @@ # Returns true if the actual property matches one of the properties in the list, # and false otherwise. # -# Examples: $(call isTargetOs, linux solaris) will return true when executed -# on either linux or solaris, and false otherwise. +# Examples: $(call isTargetOs, linux windows) will return true when executed +# on either linux or windows, and false otherwise. # $(call isBuildCpuArch, x86) will return true iff the build CPU Arch is x86. isTargetOs = \