From bd79db5884113cb2499265beb5804ef474fdc1c7 Mon Sep 17 00:00:00 2001 From: Will Code Date: Wed, 30 May 2012 21:06:42 -0400 Subject: [PATCH] max2837: typo --- firmware/common/max2837.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/common/max2837.c b/firmware/common/max2837.c index d380d599..7a27c55c 100644 --- a/firmware/common/max2837.c +++ b/firmware/common/max2837.c @@ -171,7 +171,7 @@ void max2837_set_frequency(uint32_t freq) // /* Write order matters here, so commit INT and FRAC_HI before - * committing FRAC_LOG, which is the trigger for VCO + * committing FRAC_LO, which is the trigger for VCO * auto-select. TODO - it's cleaner this way, but it would be * faster to explicitly commit the registers explicitly so the * dirty bits aren't scanned twice. */