Skip to content

Commit 2b7b36a

Browse files
authored
FPGA: Fix typo in gzip readme
1 parent 9f1b30e commit 2b7b36a

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/gzip

1 file changed

+1
-1
lines changed

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/gzip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To optimize performance, GZIP leverages techniques discussed in the following FP
8989
| `kernels.hpp` | Contains miscellaneous defines and structure definitions required by the LZReduction and Static Huffman kernels.
9090
| `crc32.hpp` | Header file for `crc32.cpp`.
9191
| `gzipkernel.hpp` | Header file for `gzipkernels.cpp`.
92-
| `gzipkernel)ll.hpp` | Header file for `gzipkernels_ll.cpp`.
92+
| `gzipkernel_ll.hpp` | Header file for `gzipkernels_ll.cpp`.
9393
| `CompareGzip.hpp` | Header file for `CompareGzip.cpp`.
9494
| `pipe_utils.hpp` | Header file containing the definition of an array of pipes. This header can be found in the `../include/` directory of FPGA section of the repository.
9595
| `WriteGzip.hpp` | Header file for `WriteGzip.cpp`.

0 commit comments

Comments
 (0)