From 9ac7d67758b38bd2bed2d68f8a3140c26c478dd5 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 18 Nov 2019 15:10:01 +0000 Subject: [PATCH] Fix comment typo in gcc.jam (#508) --- src/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 15d1e0061..349607339 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -606,7 +606,7 @@ actions compile.asm } ### -### Preconpiled header use and generation. +### Precompiled header use and generation. ### # The compiler looks for a precompiled header in each directory just before it