From 7e7672a2e5c928220d768c38e2c3970c904854d2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 5 Oct 2010 00:34:50 +0200 Subject: [PATCH] Comment grammar fix. --- tests/sharing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sharing.c b/tests/sharing.c index d290ef7a..0bf32528 100644 --- a/tests/sharing.c +++ b/tests/sharing.c @@ -133,8 +133,8 @@ int main(int argc, char** argv) glfwGetWindowPos(windows[0], &x, &y); // This is the one and only time we create a texture - // It is created inside the first context created above - // It will then be shared with the second context created below + // It is created inside the first context, created above + // It will then be shared with the second context, created below texture = create_texture(); windows[1] = open_window("Second", windows[0]);