[flang] Fixed an encoding error
authorpsteinfeld <47540744+psteinfeld@users.noreply.github.com>
Tue, 2 Apr 2019 18:24:04 +0000 (11:24 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2019 18:24:04 +0000 (11:24 -0700)
Original-commit: flang-compiler/f18@0f9eff1bb00532bfc647a5370ba1207485915a63
Reviewed-on: https://github.com/flang-compiler/f18/pull/379
Tree-same-pre-rewrite: false

flang/documentation/OptionComparison.md

index 703e5ec..ec4210a 100644 (file)
@@ -1274,7 +1274,7 @@ GNU is the only compiler with options governing the use of non-standard intrinsi
 
 **Contiguous array pointers:** All vendors that implement this option (Cray, IBM, and Intel) seem to have apply to all pointer targets.  Assuming that the arrays that are targeted by the pointers allows greater optimization.
 
-**Contiguous assumed shape dummy arguments:** Cray and Intel have a separate argument that\92s specific to assumed shape dummy arguments.
+**Contiguous assumed shape dummy arguments:** Cray and Intel have a separate argument that's specific to assumed shape dummy arguments.
 
 **<a name="miscellaneous"></a>Miscellaneous**