diff options
author | Christophe Grenier <[email protected]> | 2012-08-09 12:59:33 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2012-08-09 12:59:33 +0200 |
commit | a904c5a049d9a8b31ac1707c1563b881b9e67006 (patch) | |
tree | 88339cf82514b783e945efc6393355c7ab80d3e5 /src | |
parent | ee3ac65ca7db7997edeb9a502282909011e284d6 (diff) |
godmode.c: Translate comment from French to English
Diffstat (limited to 'src')
-rw-r--r-- | src/godmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/godmode.c b/src/godmode.c index 561cf385..d83ef37a 100644 --- a/src/godmode.c +++ b/src/godmode.c @@ -1343,7 +1343,7 @@ int interface_recovery(disk_t *disk_car, const list_part_t * list_part_org, cons list_part=reduce_structure(list_part); /* sort list_part */ list_part=sort_partition_list(list_part); - /* Creer la partition etendue globale, cherche � aligner la partition */ + /* Create PC/Intel Extended partition */ /* if(disk_car->arch==&arch_i386) */ { list_part_t *parts; |