Fix kernel/addralloc.cpp file header comment.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-08-09 00:03:51 +02:00
parent 724c035c99
commit 9ee05a5afc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* addralloc.cpp
* Class to keep track of mount points.
* Kernel virtual address space allocation.
*/
#include <assert.h>