Skip to content

Commit fe0caeb

Browse files
Merge pull request #2036 from jasonrandrews/review2
fix wording in compilation instructions for clarity
2 parents 6aa3d8f + 31d45e6 commit fe0caeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/bitmap_scan_sve2/05-benchmarking-and-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main() {
130130

131131
You are now ready to compile and run your bitmap scanning implementations.
132132

133-
To compile our bitmap scanning implementations with the appropriate flags, run:
133+
To compile the bitmap scanning implementations with the appropriate flags, run:
134134

135135
```bash
136136
gcc -O3 -march=armv9-a+sve2 -o bitvector_scan_benchmark bitvector_scan_benchmark.c -lm

0 commit comments

Comments
 (0)