Skip to content

Commit d35734a

Browse files
author
Tarun Prabhu
committed
Fix typo
1 parent dd6e509 commit d35734a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

flang/docs/Intrinsics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ functions listed below are folded using host independent implementations.
810810

811811
#### Intrinsic Functions with Host Dependent Folding Support
812812
Implementations using the host runtime may not be available for all supported
813-
Flang types depending on the hardware type of the and the libraries available on it.
813+
Flang types depending on the hardware type of the host and the libraries available on it.
814814
The actual support on a host depends on what the host hardware types are.
815815
The list below gives the functions that are folded using host runtime and the related C/C++ types.
816816
Flang automatically detects if these types match an Flang scalar type. If so,
@@ -1133,8 +1133,8 @@ end program rename_proc
11331133
- **Standard:** GNU extension
11341134
- **Class:** function
11351135
- **Syntax:** result = `SECNDS(refTime)`
1136-
- **Arguments:**
1137-
1136+
- **Arguments:**
1137+
11381138
| ARGUMENT | INTENT | TYPE | KIND | Description |
11391139
|-----------|--------|---------------|-------------------------|------------------------------------------|
11401140
| `refTime` | `IN` | `REAL, scalar`| REAL(KIND=4), required | Reference time in seconds since midnight |
@@ -1157,16 +1157,16 @@ END PROGRAM example_secnds
11571157
since midnight minus a user-supplied reference time `refTime`. Uses `REAL(KIND=8)` for higher precision.
11581158

11591159
#### Usage and Info
1160-
- **Standard:** PGI extension
1161-
- **Class:** function
1162-
- **Syntax:** result = `DSECNDS(refTime)`
1163-
- **Arguments:**
1160+
- **Standard:** PGI extension
1161+
- **Class:** function
1162+
- **Syntax:** result = `DSECNDS(refTime)`
1163+
- **Arguments:**
11641164

11651165
| ARGUMENT | INTENT | TYPE | KIND | Description |
11661166
|-----------|--------|---------------|-------------------------|------------------------------------------|
11671167
| `refTime` | `IN` | `REAL, scalar`| REAL(KIND=8), required | Reference time in seconds since midnight |
11681168

1169-
- **Return Value:** REAL(KIND=8), scalar — seconds elapsed since `refTime`.
1169+
- **Return Value:** REAL(KIND=8), scalar — seconds elapsed since `refTime`.
11701170
- **Purity:** Impure
11711171

11721172
#### Example

0 commit comments

Comments
 (0)