Skip to content

Commit 9cb57ea

Browse files
Fixing comments
1 parent 99a683c commit 9cb57ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/profile_doc/tasks.rake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Dir.glob("#{$root}/arch/profile_release/*.yaml") do |f|
5959
puts "UPDATE: Creating BaseArchitecture #{base_isa_name} for #{t}"
6060
base_arch = base_arch_for(base_isa_name, base)
6161

62-
# Create CertModel for specific certificate model as specified in its arch YAML file.
62+
# Create PortfolioRelease for specific portfolio release as specified in its arch YAML file.
6363
# The Architecture object also creates all other portfolio-related class instances from their arch YAML files.
6464
# None of these objects are provided with a Design object when created.
6565
puts "UPDATE: Creating Profile Release for #{profile_release_name} using #{base_isa_name}"
@@ -151,7 +151,7 @@ namespace :gen do
151151
Generate profile documentation for a specific release as a PDF.
152152
153153
Required options:
154-
profile_release_name - The key of the certification model under arch/certificate_model
154+
profile_release_name - The key of the profile release under arch/portfolio_release
155155
DESC
156156
task :profile_release_pdf, [:profile_release_name] do |_t, args|
157157
profile_release_name = args[:profile_release_name]
@@ -176,7 +176,7 @@ namespace :gen do
176176
end
177177

178178
unless File.exist?("#{$root}/arch/profile_release/#{profile_release_name}.yaml")
179-
warn "No certification model named '#{profile_release_name}' found in arch/profile_release"
179+
warn "No profile release named '#{profile_release_name}' found in arch/profile_release"
180180
exit 1
181181
end
182182

0 commit comments

Comments
 (0)