diff options
Diffstat (limited to 'gprof/i386.h')
-rw-r--r-- | gprof/i386.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/i386.h b/gprof/i386.h index baf856a..f85f55c 100644 --- a/gprof/i386.h +++ b/gprof/i386.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)tahoe.h 1.4 (Berkeley) 6/1/90 + * @(#)tahoe.h 1.4 (Berkeley) 6/1/90 */ /* @@ -24,11 +24,11 @@ */ /* - * opcode of the `callf' instruction + * opcode of the `callf' instruction */ /* - * offset (in bytes) of the code from the entry address of a routine. - * (see asgnsamples for use and explanation.) + * offset (in bytes) of the code from the entry address of a routine. + * (see asgnsamples for use and explanation.) */ #define OFFSET_TO_CODE 0 #define UNITS_TO_CODE (OFFSET_TO_CODE / sizeof(UNIT)) |