summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-03 10:03:08 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-06-03 10:03:08 +1000
commit7c83796327e4ccf6a216a2909adeb08b0ca8f943 (patch)
tree3a9f6e3442005bac316034a415ac46a4296769cf /solenv
parent261a2ad41c7478d0771c74825eca74939f7c55ee (diff)
solenv: typo in mkdocs.sh script
Change-Id: I446826c9f0b07b2d44321c1a1e68ea29c6d68daa
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/mkdocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 7aa1010dd227..fe7cd86ca46f 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -176,7 +176,7 @@ for PROJECT in $INPUT_PROJECTS;
do
# avoid processing of full project subdirs, only add source and inc
- # project header files can be in $PROJECT/inc and/pr include/$PROJECT
+ # project header files can be in $PROJECT/inc and/or include/$PROJECT
if [ -d "$PROJECT/inc" ]; then
PROJECT_INCLUDE="$PROJECT/inc"
else