From fa7e15d76bf9921debff746413bb822eaf56d736 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 1 Jul 2024 14:54:09 +0200 Subject: [PATCH] Fix typo Signed-off-by: Ronald Cron --- library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Makefile b/library/Makefile index 5b18e3ad17..e4fb643ec2 100644 --- a/library/Makefile +++ b/library/Makefile @@ -29,7 +29,7 @@ WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral LDFLAGS ?= # Include ../include, ../tf-psa-crypto/include and -# ../tf-psa-crypto/drivers/builtin/includefor public headers and . for +# ../tf-psa-crypto/drivers/builtin/include for public headers and . for # private headers. Note that . needs to be included explicitly for the sake of # library files that are not in the /library directory (which currently means # under /3rdparty).