diff --git a/labs/lab2-paging/lab2-paging.md b/labs/lab2-paging/lab2-paging.md
index a2a67f4b6a8b150580ac6458d937f17bf06c99a5..96438ed76ebd94f2c2bef8aa65a9355ed730fd62 100644
--- a/labs/lab2-paging/lab2-paging.md
+++ b/labs/lab2-paging/lab2-paging.md
@@ -41,7 +41,7 @@ static void frame_mark_used(int frame)
 ```{.c}
 static void frame_mark_free(int frame)
 ```
-- marque une frame comme disponible (ou libre)\ ; met le bit correspondant à 1 dans le bitmap des frames
+- marque une frame comme disponible (ou libre)\ ; met le bit correspondant à 0 dans le bitmap des frames
 - fonction privée
 
 ```{.c}
diff --git a/labs/lab2-paging/lab2-paging.pdf b/labs/lab2-paging/lab2-paging.pdf
index ea77c5aa29247d384714f4dde2d2676840bd66d1..4a6d249225cb22607bfa66b6e433e2b860d10025 100644
Binary files a/labs/lab2-paging/lab2-paging.pdf and b/labs/lab2-paging/lab2-paging.pdf differ