diff --git a/build/jam/KernelRules b/build/jam/KernelRules index 0ea34e8c59..f56f157436 100644 --- a/build/jam/KernelRules +++ b/build/jam/KernelRules @@ -161,7 +161,7 @@ rule KernelStaticLibrary { # Usage KernelStaticLibrary : : ; # This is designed to take a set of sources and libraries and create - # a file called lib.a + # a static library. SetupKernel $(2) : $(3) : false ; Library $(1) : $(2) ;