From 90963b533e0e8c1dccfcf79afe55d6b0a9c55d79 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 15 Mar 2016 05:06:12 -0400 Subject: Simpler lexer regexps of case insensitive keywords. * lexxer.l: Use (?i) for matching case insensitive keywords. * README: Fix typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index e4c0639..2c693d8 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ This is GNU MIG, the GNU distribution of the Mach 3.0 Interface Generator (MIG), . Welcome. -This tool translates Remore Procedure Call (RPC) definition files to C +This tool translates Remote Procedure Call (RPC) definition files to C code, and is required to compile any packages that are receiving or invoking RPCs, such as GNU Mach, GNU Hurd, and the GNU C Library (glibc) when compiled for the Hurd. -- cgit v1.2.3