Skip to content
Snippets Groups Projects
Commit 19574af5 authored by sebastie.gendre's avatar sebastie.gendre
Browse files

Bank registry: Fix typo in a comment

parent d3ebf161
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ entity hog_build_info_regs is
hog_global_date_i : in std_logic_vector(31 downto 0); -- Hog build global date
hog_global_time_i : in std_logic_vector(31 downto 0); -- Hog build global time
hog_global_ver_i : in std_logic_vector(31 downto 0); -- Hog build global version
hog_global_sha_i : in std_logic_vector(31 downto 0) -- Hog build global latest commit sha
hog_global_sha_i : in std_logic_vector(31 downto 0) -- Hog build global latest commit SHA
);
end hog_build_info_regs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment