From b52cd4567029589d0ac2657b5bb1156b01aa936d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Dec 2011 20:52:59 +1100 Subject: [PATCH] fixed comment --- libraries/AP_Math/examples/polygon/polygon.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Math/examples/polygon/polygon.pde b/libraries/AP_Math/examples/polygon/polygon.pde index 13260f868b..2533137fba 100644 --- a/libraries/AP_Math/examples/polygon/polygon.pde +++ b/libraries/AP_Math/examples/polygon/polygon.pde @@ -1,6 +1,6 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- // -// Unit tests for the AP_Meta_class and AP_Var classes. +// Unit tests for the AP_Math polygon code // #include