From d0e6e17436620b80da30381387599df3bd5e54d9 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 5 May 2013 15:04:08 +0200 Subject: [PATCH] rule KernelStaticLibrary: Fix comment --- build/jam/KernelRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;