From 765d78d13754de85c5e5809e4080cec4d8a4f5f4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 13 Nov 2021 00:17:09 +0100 Subject: [PATCH] Fix whitespaces --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 922232e5..d69d8880 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ include /usr/share/dpkg/buildflags.mk # We use a stage2 build. It means that a first clang is built using gcc, # a second clang is built with the first -# And the various components are built using the second clang. +# And the various compoments are built using the second clang. # See https://llvm.org/docs/AdvancedBuilds.html # collect additional flags for all stages all builds