Merge pull request #78 from Gluttton/fix_trivial_typo

fix a trivial copy-paste typo in comments
This commit is contained in:
Oliver Jowett 2020-09-08 10:44:13 -05:00 committed by GitHub
commit 6a4a239d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
util.h
View File

@ -1,6 +1,6 @@
// Part of dump1090, a Mode S message decoder for RTLSDR devices. // Part of dump1090, a Mode S message decoder for RTLSDR devices.
// //
// track.h: aircraft state tracking prototypes // util.h: misc utilities prototypes
// //
// Copyright (c) 2015 Oliver Jowett <oliver@mutability.co.uk> // Copyright (c) 2015 Oliver Jowett <oliver@mutability.co.uk>
// //