diff options
author | Tanguy LE CARROUR <tanguy@bioneland.org> | 2012-02-07 16:05:23 +0100 |
---|---|---|
committer | Tanguy LE CARROUR <tanguy@bioneland.org> | 2012-02-07 16:05:23 +0100 |
commit | 011c46f44d6ee8679f61b791f509270120b96898 (patch) | |
tree | c5b04cccafbec08bb7b5c33c96854646c3a5f748 /user/tlecarrour | |
parent | af8ceec70ea31986bc6b6ac537db99cc4bf1065f (diff) |
Fix typo.
Diffstat (limited to 'user/tlecarrour')
-rw-r--r-- | user/tlecarrour/patch_life_cycle.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/tlecarrour/patch_life_cycle.mdwn b/user/tlecarrour/patch_life_cycle.mdwn index 93c23fe1..fd913378 100644 --- a/user/tlecarrour/patch_life_cycle.mdwn +++ b/user/tlecarrour/patch_life_cycle.mdwn @@ -53,7 +53,7 @@ Here is an example for memstat: This patch solves the build problems for GNU/Hurd due to PATH_MAX issues. The solution is to make dynamic string allocations instead of using fixed length buffers. The patch involves one file, and is - trivial. Parts of the code has been reviewed by GNU/Hurd developers + trivial. Parts of the code have been reviewed by GNU/Hurd developers and Debian GNU/Hurd developers and maintainers. FIXME: |