[flang] Fix a typo in documentation
authorpeter klausler <pklausler@nvidia.com>
Mon, 4 Mar 2019 21:44:59 +0000 (13:44 -0800)
committerpeter klausler <pklausler@nvidia.com>
Mon, 4 Mar 2019 21:44:59 +0000 (13:44 -0800)
Original-commit: flang-compiler/f18@3248ec1cf93a18a7172eaeb90688de9fae4ab753
Reviewed-on: https://github.com/flang-compiler/f18/pull/313

flang/documentation/Preprocessing.md

index 796fdbf..94e5939 100644 (file)
@@ -28,7 +28,7 @@ Behavior common to (nearly) all compilers:
   old-style C comments in directives.
 * After `#define FALSE TRUE`, `.FALSE.` is replaced by `.TRUE.`;
   i.e., tokenization does not hide the names of operators or logical constants.
-* `#define KWM c` allows the use of `KWM` in column as a fixed form comment
+* `#define KWM c` allows the use of `KWM` in column as a fixed form comment
   line indicator.
 * A `#define` directive intermixed with continuation lines can't
   define a macro that's invoked earlier in the same continued statement.