Fix typos in comments.

This commit is contained in:
Yegor Yefremov
2020-03-24 16:24:53 +00:00
committed by Ian McInerney
parent cf25975876
commit 99a28fa3e5
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -2325,7 +2325,7 @@ void IDF3_BOARD::readBoardFile( const std::string& aFileName, bool aNoSubstitute
// section must be the Outline section, and the last section must be the
// Placement section. All other sections may be in any order."
// further notes: Except for the HEADER section, sections may be preceeded by
// further notes: Except for the HEADER section, sections may be preceded by
// comment lines which will be copied back out on write(). No comments may
// be associated with the board file itself since the only logical location
// for unambiguous association is at the end of the file, which is inconvenient