From 9196247ea509a1b42d2954e3a6a0547cb8334ff6 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Thu, 24 Aug 2017 18:38:29 +0200 Subject: [PATCH] Spell fix in comment. --- TP_13/exo2/lib/coordinates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP_13/exo2/lib/coordinates.c b/TP_13/exo2/lib/coordinates.c index ef80ba9..fc5cb4f 100644 --- a/TP_13/exo2/lib/coordinates.c +++ b/TP_13/exo2/lib/coordinates.c @@ -37,7 +37,7 @@ coordinates_t set_coordinates(int y, int x, unsigned type) { /* FIXME: Does it worth doing a coordinates_t get_coordinates(int y, int x, unsigned type); helper function? */ /* Or a int get_coordinates_x(coordinates_t coordinates); helper function? */ -/* the function do a lot of sanity checks before adding new board elements, +/* this function do a lot of sanity checks before adding new board elements, * hence the loop. moving the checks in the main loop is also possible. * for now, just branch in the main loop given this function error value returned. */ unsigned add_coordinates(coordinates_t new_coordinates, coordinates_t* coordinates_array, unsigned round) { -- 2.34.1