From 36f12c6cb5a8df166bd9987b19d558bcb5b01141 Mon Sep 17 00:00:00 2001 From: yuantailing Date: Thu, 21 May 2015 20:26:41 +0800 Subject: [PATCH] correct 14 spelling mistakes --- labcodes/lab2/kern/mm/default_pmm.c | 2 +- labcodes/lab3/kern/mm/default_pmm.c | 2 +- labcodes/lab4/kern/mm/default_pmm.c | 2 +- labcodes/lab5/kern/mm/default_pmm.c | 2 +- labcodes/lab6/kern/mm/default_pmm.c | 2 +- labcodes/lab7/kern/mm/default_pmm.c | 2 +- labcodes/lab8/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab2_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab3_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab4_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab5_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab6_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab7_result/kern/mm/default_pmm.c | 2 +- labcodes_answer/lab8_result/kern/mm/default_pmm.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/labcodes/lab2/kern/mm/default_pmm.c b/labcodes/lab2/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab2/kern/mm/default_pmm.c +++ b/labcodes/lab2/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab3/kern/mm/default_pmm.c b/labcodes/lab3/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab3/kern/mm/default_pmm.c +++ b/labcodes/lab3/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab4/kern/mm/default_pmm.c b/labcodes/lab4/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab4/kern/mm/default_pmm.c +++ b/labcodes/lab4/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab5/kern/mm/default_pmm.c b/labcodes/lab5/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab5/kern/mm/default_pmm.c +++ b/labcodes/lab5/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab6/kern/mm/default_pmm.c b/labcodes/lab6/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab6/kern/mm/default_pmm.c +++ b/labcodes/lab6/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab7/kern/mm/default_pmm.c b/labcodes/lab7/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab7/kern/mm/default_pmm.c +++ b/labcodes/lab7/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes/lab8/kern/mm/default_pmm.c b/labcodes/lab8/kern/mm/default_pmm.c index 770a30f..d45926f 100644 --- a/labcodes/lab8/kern/mm/default_pmm.c +++ b/labcodes/lab8/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab2_result/kern/mm/default_pmm.c b/labcodes_answer/lab2_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab2_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab2_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab3_result/kern/mm/default_pmm.c b/labcodes_answer/lab3_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab3_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab3_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab4_result/kern/mm/default_pmm.c b/labcodes_answer/lab4_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab4_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab4_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab5_result/kern/mm/default_pmm.c b/labcodes_answer/lab5_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab5_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab5_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab6_result/kern/mm/default_pmm.c b/labcodes_answer/lab6_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab6_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab6_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab7_result/kern/mm/default_pmm.c b/labcodes_answer/lab7_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab7_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab7_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages. diff --git a/labcodes_answer/lab8_result/kern/mm/default_pmm.c b/labcodes_answer/lab8_result/kern/mm/default_pmm.c index b3ecef1..2940b12 100644 --- a/labcodes_answer/lab8_result/kern/mm/default_pmm.c +++ b/labcodes_answer/lab8_result/kern/mm/default_pmm.c @@ -7,7 +7,7 @@ on receiving a request for memory, scans along the list for the first block that is large enough to satisfy the request. If the chosen block is significantly larger than that requested, then it is usually split, and the remainder added to the list as another free block. - Please see Page 196~198, Section 8.2 of Yan Wei Ming's chinese book "Data Structure -- C programming language" + Please see Page 196~198, Section 8.2 of Yan Wei Min's chinese book "Data Structure -- C programming language" */ // LAB2 EXERCISE 1: YOUR CODE // you should rewrite functions: default_init,default_init_memmap,default_alloc_pages, default_free_pages.