Ignore:
Timestamp:
May 11, 2017, 7:49:17 PM (7 years ago)
Author:
max@…
Message:

Typos, and cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_uspace.h

    r16 r17  
    11/*
    22 * hal_uspace.h - Generic User Space Access API definition
    3  * 
     3 *
    44 * Authors   Mohamed Karaoui  (2015)
    55 *           Alain Greiner    (2016)
    66 *
    77 * Copyright (c)  UPMC Sorbonne Universites
    8  * 
     8 *
    99 * This file is part of ALMOS-MKH.
    1010 *
     
    3030//////////////////////////////////////////////////////////////////////////////////////////
    3131//           User space access API (implementation in hal_uspace.c)
    32 // 
     32//
    3333// When moving data between user space and kernel space, the user address is always
    3434// a virtual address, but the kernel address can be a physical address, on some
     
    6464
    6565/*****************************************************************************************
    66  * This function activates the MMU to computes the length of a string in user space,
     66 * This function activates the MMU to compute the length of a string in user space,
    6767 * and returns it to a kernel buffer.
    6868 *****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.