Skip to content
Snippets Groups Projects
Commit 7be01843 authored by Florent Gluck's avatar Florent Gluck
Browse files

Fixed typo in lab2

parent e5a41960
Branches
No related tags found
No related merge requests found
......@@ -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}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment